IOSbughelp wanted
仓库指标
- Star
- (1,457 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Some HTML websites do not scale properly on iOS, as they do on Android.
Usually in iOS I'm able to force re-sizing and scaling through specific methods, such as;
self.webView.scalesPageToFit = true self.webView.contentMode = UIViewContentMode.ScaleAspectFit
Is there any inclusion of said methods in this plugin?