Skip to content

Commit

Permalink
Merge pull request #7 from alibaba/ios-feature-20161118
Browse files Browse the repository at this point in the history
* [ios] update
  • Loading branch information
acton393 committed Nov 4, 2016
2 parents 84c4dbd + df831f0 commit b053d96
Show file tree
Hide file tree
Showing 192 changed files with 902 additions and 18,728 deletions.
15 changes: 6 additions & 9 deletions examples/component/web-demo.we
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,16 @@
module.exports = {
methods: {
goback: function() {
var $webview = require('@weex-module/webview');
var webElement = this.$el('webview');
$webview.goBack(webElement.ref);
},
webElement.goBack();
},
goforward: function() {
var $webview = require('@weex-module/webview');
var webElement = this.$el('webview');
$webview.goForward(webElement.ref);
var webElement = this.$el('webview');
webElement.goForward();
},
refresh: function() {
var $webview = require('@weex-module/webview');
var webElement = this.$el('webview');
$webview.reload(webElement.ref);
var webElement = this.$el('webview');
webElement.reload();
},
startload: function(e) {

Expand Down
9 changes: 0 additions & 9 deletions ios/WXDevtool/Podfile

This file was deleted.

Binary file removed ios/WXDevtool/Products/TBWXDevTool.framework/Info.plist
Binary file not shown.
74 changes: 0 additions & 74 deletions ios/WXDevtool/README.md

This file was deleted.

1,180 changes: 0 additions & 1,180 deletions ios/WXDevtool/TBWXDevTool.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b053d96

Please sign in to comment.