You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by gu...@apache.org on 2017/09/22 08:03:42 UTC

[1/3] incubator-weex git commit: * [doc] fix typo

Repository: incubator-weex
Updated Branches:
  refs/heads/dev 23cc3eaf1 -> f3beb7d86


* [doc] fix typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/0c0a6302
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/0c0a6302
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/0c0a6302

Branch: refs/heads/dev
Commit: 0c0a6302f7e4f28987bf1d8ececba1c726614dce
Parents: fa82089
Author: huyujin <yj...@zuche.com>
Authored: Thu Aug 31 09:26:43 2017 +0800
Committer: huyujin <yj...@zuche.com>
Committed: Thu Aug 31 09:26:43 2017 +0800

----------------------------------------------------------------------
 html5/render/vue/components/input.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/0c0a6302/html5/render/vue/components/input.js
----------------------------------------------------------------------
diff --git a/html5/render/vue/components/input.js b/html5/render/vue/components/input.js
index 1454988..e4d5952 100644
--- a/html5/render/vue/components/input.js
+++ b/html5/render/vue/components/input.js
@@ -19,7 +19,7 @@
 
 /**
  * @fileOverview Input component.
- * Support v-model only if vue version is large than 2.2.0
+ * Support v-model only if vue version is larger than 2.2.0
  */
 import { extractComponentStyle, createEventMap } from '../core'
 import { inputCommon } from '../mixins'


[2/3] incubator-weex git commit: * [iOS] webview scale page to fit

Posted by gu...@apache.org.
* [iOS] webview scale page to fit


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/a6f44ad9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/a6f44ad9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/a6f44ad9

Branch: refs/heads/dev
Commit: a6f44ad9ce96a6b7a3c4f21b5734bbae67e75578
Parents: 0c0a630
Author: huyujin <yj...@zuche.com>
Authored: Thu Aug 31 09:46:59 2017 +0800
Committer: huyujin <yj...@zuche.com>
Committed: Thu Aug 31 09:46:59 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Component/WXWebComponent.m | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a6f44ad9/ios/sdk/WeexSDK/Sources/Component/WXWebComponent.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Component/WXWebComponent.m b/ios/sdk/WeexSDK/Sources/Component/WXWebComponent.m
index 0ae4974..92debfa 100644
--- a/ios/sdk/WeexSDK/Sources/Component/WXWebComponent.m
+++ b/ios/sdk/WeexSDK/Sources/Component/WXWebComponent.m
@@ -82,6 +82,7 @@ WX_EXPORT_METHOD(@selector(goForward))
     _webview = (WXWebView *)self.view;
     _webview.delegate = self;
     _webview.allowsInlineMediaPlayback = YES;
+    _webview.scalesPageToFit = YES;
     _jsContext = [_webview valueForKeyPath:@"documentView.webView.mainFrame.javaScriptContext"];
     __weak typeof(self) weakSelf = self;
     _jsContext[@"$notifyWeex"] = ^(JSValue *data) {


[3/3] incubator-weex git commit: Merge branch 'dev' of https://github.com/hyj223/incubator-weex into dev

Posted by gu...@apache.org.
Merge branch 'dev' of https://github.com/hyj223/incubator-weex into dev


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/f3beb7d8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/f3beb7d8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/f3beb7d8

Branch: refs/heads/dev
Commit: f3beb7d868e1fd24963fa439f724bd1969369d95
Parents: 23cc3ea a6f44ad
Author: gurisxie <27...@qq.com>
Authored: Fri Sep 22 16:03:02 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Fri Sep 22 16:03:02 2017 +0800

----------------------------------------------------------------------
 html5/render/vue/components/input.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------