-
### Steps to reproduce
I don't know if this fits the bug category, but not of the offered issue categories to choose don't fit better with the problem I'd like to report…
Flutter web crashes on …
milke updated
17 hours ago
-
I added the plugin to try out WKWebView for my app and confirmed that indeed WKWebView is loaded, i.e. window.indexedDB is available.
However, as soon as I try to run a web worker I get a `Security…
-
**What programming language are you using?**
C
```
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: arm64-apple-darwin22.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/…
ttytm updated
1 month ago
-
Have been bumping my head for the past 36h on this and I finally seem to understand what is going on. I don't see any solution but perhaps this can stir some discussion / help others.
Using UIview an…
-
Hi there, I am finding that when deploying new versions of my rails application, the javascript running on the iOS client version gets a bit stale.
That is, I need to completely refresh the WKWebV…
-
WKWebView.py it-self crashes with this error
The app was terminated due to an Objective-C exception. Details below:
2023-03-14 15:32:08.098719
Completion handler passed to -[CustomNavigationDel…
-
Hi guys
Great plugin but since the change to WKWebview this plugin has stopped working for me. I've switched to v2.1.1 which is working fine on Android. I'm using Cordova with the following plugins…
-
I am seeing the following error in an app running in a WKWebView (an Office.js add-in to the Microsoft Excel for Mac, where the add-in is run in a webview IFrame in a side panel):
`Webassembly.Modu…
-
- (void)webView:(WKWebView *)webView didFinishNavigation:(WKNavigation *)navigation
{
NSString *js = @"function imgAutoFit() { \
var imgs = document.getElementsByTagName('img'); \
for (var i =…
-
The JavaScript `console.log()` is currently not visible in Bowser. Adding this feature will be significantly easier after we have moved to `WKWebView` as it is very simple to bridge JS and native code…