fluttercommunity / fluttercommunity/flutter_webview_plugin

Load local file (HTML)?

Abierto
#653 2 comentarios 3 reacciones 0 asignados Ver en GitHub
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.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.