fluttercommunity / fluttercommunity/flutter_webview_plugin
Can I inject js code before the document loads?
オープン
- 主要言語
- Java
- スター
- 1.5k
- フォーク
- 938
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
`evalJavaScript` must be run after the page has finished loading. But i want to inject javascript code before the document loads. Reference:
```swift
WKUserScript(source: sourceJs, injectionTime: .atDocumentStart, forMainFrameOnly: false)
```
so do we provide this flutter api?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。