fluttercommunity / fluttercommunity/flutter_webview_plugin
Load local file (HTML)?
Đang mở
- Ngôn ngữ chính
- Java
- Star
- 1.5k
- Fork
- 938
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.