fluttercommunity / fluttercommunity/flutter_webview_plugin
Add getHitTestResult() functionality
未关闭
还没有人认领这个 Issue。
enhancement
todo
- 主要语言
- Java
- 星标
- 1.5k
- 派生
- 936
- PR 合并指标
- 30 天内没有已合并 PR
描述
There is a web page that in the page show a close button. So on android native we can detect if user click on webview and then using getHitTestResult() to check which element on the web that got clicked. It will be really useful if we have this feature.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 Android WebView 集成以及 issue 中提到的 getHitTestResult() 入口点开始。确定应如何通过 Flutter 插件提供 WebView 命中测试结果,并将完成定义为 Flutter 代码能够识别被点击的 Web 元素,包括关闭按钮的情况。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- android, flutter, java
- 领域
- mobile-dev
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100