Github user misakuo commented on a diff in the pull request:

    https://github.com/apache/incubator-weex/pull/684#discussion_r137215833
  
    --- Diff: ios/sdk/WeexSDK/Sources/Component/WXWebComponent.m ---
    @@ -82,6 +82,7 @@ - (void)viewDidLoad
         _webview = (WXWebView *)self.view;
         _webview.delegate = self;
         _webview.allowsInlineMediaPlayback = YES;
    +    _webview.scalesPageToFit = YES;
    --- End diff --
    
    maybe you can revert it simply


---

Reply via email to