fluttercommunity / fluttercommunity/flutter_webview_plugin
Load local file (HTML)?
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 1.5k
- Forks
- 938
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.