fluttercommunity / fluttercommunity/flutter_webview_plugin
WebView doesn't scale properly on iOS
未关闭
bug
help wanted
IOS
- 主要语言
- Java
- 星标
- 1.5k
- 派生
- 938
- 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?
贡献指南
这个仓库没有索引到贡献指南
调研方向
未指定任何文件或测试。首先定位插件的 iOS WebView 入口点,并检查原生 WebView 的配置方式;将其与所请求的 self.webView.scalesPageToFit 和 contentMode 设置进行比较。当报告的 HTML 页面能够在 iOS 上正确调整大小,并且通过适当的可复现检查验证该行为后,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- flutter, ios, swift
- 领域
- mobile
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100