-
### Steps to reproduce
1. Run the code sample on an iPhone 16 Pro with iOS 18 (Simulator works too)
2. Click "Continue" on the alert that the page is user-created
3. Click the first input element
…
Aulig updated
9 hours ago
-
hi @sencenan
I am using =>
Cordova Cli 6.0 + Cordova-iOS 4.1.0 + cordova-plugin-wkwebview-engine 1.0.2 + cordova-plugin-themeablebrowser 0.2.13 + iOS 9.2.1 (ipad mini)
I test your sample code many t…
-
I use webview_flutter / flutter_inappwebview to visit a web page (cesium.js, webGL), and place some FABs on the WebviewWidget to implement some logical processing use Stack layout. It's work fine on A…
dpbug updated
2 months ago
-
### Description
Setting `HtmlWebViewSource.BaseUrl` results in different `window.location.href` on iOS and Android respectively.
* Android ==> BaseUrl is applied as is
* iOS ==> some `file://..…
-
# Bug Report
The Gamepad API does not work in WKWebView. This affects any content published to iOS with Cordova that uses gamepad input (such as games, as used by [Construct](https://www.construct.…
-
### Steps to reproduce
1. scroll to the bottom
2. click the first field (the keyboard will jump up
3. click the second field
### Expected results
We can scroll to the bottom
### Actual r…
-
Hi, i load my html from an sqlite database on iOS, and all the images relative to this HTML in downloaded on the device in the persistentdatapath.
Using
```
string ImageFolderPath = "file:/" + …
-
The characteristics of Future cannot guarantee that WKWebViewConfiguration is created before WKWebView, resulting in a crash
```objective-c
- (void)createWithIdentifier:(nonnull NSNumber *)identif…
dujj updated
5 months ago
-
### Steps to reproduce
1. run the code sample
2. tap IconButton with "+" icon.
3. dialog display and tap the barrier
4. tap "OK"
5. tap drawer button
6. tap other area without drawer
### Expect…
-
Am trying to load a local html file which takes input from images & audio folders, In native audio files are not loading inside the WKWebview . So we started a local server .when I visit the port insi…