-
this is pretty useful. I have been thinking about the best way to do mobile apps with the web GUI, and some backend written in go.
There are some working examples on the web by the gomobile team, wher…
-
The iOS project we're using supports Push Notifications via Firebase. Currently, the code is commented out, and PWABuilder doesn't give any UI for it.
We could uncomment the push notification code …
-
## Environment
**Flutter version:** Latest
**Android version:** 10+
**iOS version:** 13+
**Xcode version:** 11+
## Description
To support Webauthn or point me to a documentation if it …
-
When using a webview inside of a scrollview, some content renders a completely distorted page and some content even crashes the app. This problem only affects Androidm the same app, on iOS the same …
-
这方面的文章很多,做个小总结吧,扯着扯着可能要扯出很多东西,只为记录一些东西。有摘录,有原创:)H5和原生app(ios,android)交互的介质基本都是基于Webview,可以把Webview看作是一个性能打八折的浏览器。IOS调用Javascriptios中可以跟js交互的有WKWebView 、UIWebView、JavaScriptCore、stringByEvaluatingJavaS…
-
Hi
I know this project is in alpha and we are at the start of the road. Right now I tried to make bun work with react-native (Hermes) but I got the following error. Hope to have react-native support …
-
## Problem
At present it does not look like Hermes has support for running WASM via a `global.WebAssembly`.
## Solution
Would love to see an option for doing essentially the inverse of this:
…
-
**Bug description:**
I am unable to download blob urls using this module.
**To Reproduce:**
in order to reproduce we can put any blob url in the source url webview component
**Expected b…
-
Flutter WebView is stuck on certain devices. On my phone the folliwing example runs fine but every time I run it on my tablet it doesn't work.
## Steps to reproduce
1. Execute `flutter run` on t…
-
A plugin should be able to create a React page inside a webview that can allow data in/out
Feels like Phase0 could be a webview that renders ReadOnly HTML (in a document or a split), ideally with …