fluttercommunity / fluttercommunity/flutter_webview_plugin
Load local file (HTML)?
Ouverte
- Langage dominant
- Java
- Étoiles
- 1.5k
- Forks
- 938
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I have read the documentation which specifies I need to enable:
```
withLocalStorage: true,
withLocalUrl: true,
allowFileURLs: true,
```
and `localUrlScope` for iOS.
But I cannot figure out where to place the html file, and how to load it with the `url:`
I tried:
`url: 'file:///assets/test.html',`
But that did not work?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.