-
To check for availability of the media player, you create a `video` element, call its `play()` method which returns a promise and when that one is resolved you resolve the `firstInteraction` promise. …
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. Select the music icon from the bottom navigation bar.
3. See the flicker.
**Expected results:**
We expected a sm…
-
## 概要
web_view.dartを作成し、WebView表示をしようとしたところ、画像のようなエラーが出ました。
## 画像
## 実装したい内容
[Flutter Web画面表示(進捗バー付き)](https://qiita.com/k2rt/items/77cbd77b486c1b825d3f)を参考にWeb画面表示を行った後、[Flutter モーダルボ…
-
Merhabalar üzerinde çalıştığım uygulamamda webview içeriklerini açarken ios 16 sürümü ve üstündeki sürüme sahip cihazlarda 1 sn önce siyah bir ekran geliyor ardından webview içeriği açılıyor. Ancak io…
-
Hello,
I have a simple app, where I press the raised button, a web view should be displayed. The application crashes if I open the web view for the second time.
I have seen the same happen even if …
-
Seems like whenever there is another PlatformView active (tested with WebView [plugin](https://pub.dev/packages/webview_flutter)) and that view is disposed app is crashing.
**Steps to reproduce**:…
-
## The issue
Due to https://github.com/flutter/flutter/issues/67628 I tried a different approach to viewing local HTML files in a Flutter app. Instead of serving the files through a local webserv…
-
When using the `webview_flutter` package I'm receiving the following errors
```
[ViewportSizing] maximumViewportInset cannot be larger than frame
[ViewportSizing] minimumViewportInset cannot be l…
-
## Steps to Reproduce
Flutter app on Android using a WebView (**webview_flutter: ^0.3.9+1**) pointing to an URL with an HTML dropdown (select) element.
```
return Container(
child: WebVi…
-
cocos creator3.8构建后没有生成activity,请问是什么原因,有朋友遇到过这种情况吗?
![image](https://github.com/cocos/cocos-docs/assets/142794467/4e455ebe-765e-4dc7-a740-03b0c5e7fb4c)
AndroidManifest.xml文件也是空的