fluttercommunity / fluttercommunity/flutter_webview_plugin
Load local file (HTML)?
Aberta
- Linguagem predominante
- Java
- Estrelas
- 1.5k
- Forks
- 938
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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?
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.