cordova-plugin-wkwebview-engine icon indicating copy to clipboard operation
cordova-plugin-wkwebview-engine copied to clipboard

[DEPRECATED] Apache Cordova wkwebview engine plugin

Results 42 cordova-plugin-wkwebview-engine issues
Sort by recently updated
recently updated
newest added

# Bug Report ## Problem Whit the new release of IOS 12.2 there seems to be an issue when focusing, the keyboard does not seem to show. Here is a...

bug

# Bug Report ## Problem 1- Touch input type text 2- Keyboard shows 3- Touch outside the field 4- Field not losing focus, keyboard not hiding ### Environment, Platform, Device...

Now it will report error: > Failed to load resource: unsupported URL when using `cdvfile` with WKWebView. Same problem see https://stackoverflow.com/questions/42760400/unsupported-url-error-for-a-cdvfile Do you have any plan to support it?

support

Fixes #83 Ref https://github.com/apache/cordova-ios/pull/334 ### Platforms affected iOS ### Motivation and Context Fixes #83 ### Description Similar as the fix in https://github.com/apache/cordova-ios/pull/334. It has the same symptoms. The change is...

bug
platform: ios

# Bug Report ## Problem When calling focus() on a read only input element in its touchstart handler, an unwanted inputAccessoryView(prev, next and done bar) is shown at bottom of...

bug

# Bug Report ## Problem I have an iOS Cordova application where I need to intercept requests. I have extended `CDVWKWebViewEngine` to set a custom scheme handler ``` - (WKWebViewConfiguration*)...

support

# Bug Report ## Problem On iOS devices we have `page A -> page B -> page C -> page D`, and in the `page D` we are calling `history.go(-3)`....

support

I have an app the requires silent notifications and it seems impossible to do this as of now with wkwebview and I am curious if it will ever be. With...

question

# Bug Report Basically identical to the issue described in https://github.com/apache/cordova-ios/pull/334, but for WKWebView. If you cancel navigation in shouldOverrideLoadWithRequest in a plugin, and then do `[webViewEngine loadRequest...]` to load...

bug
has-pr

https://travis-ci.org/apache/cordova-plugin-wkwebview-engine/jobs/547260689 ``` ** BUILD SUCCEEDED ** Deploying to simulator Running command: /private/var/folders/17/5mc7816d3mndxjqgplq6057w0000gn/T/tmp-2870cc3iyqjtQ38y/node_modules/ios-sim/bin/ios-sim launch /private/var/folders/17/5mc7816d3mndxjqgplq6057w0000gn/T/tmp-2870cc3iyqjtQ38y/platforms/ios/build/emulator/HelloCordova.app --devicetypeid com.apple.CoreSimulator.SimDeviceType.iPhone-XR, 12.2 --log /private/var/folders/17/5mc7816d3mndxjqgplq6057w0000gn/T/tmp-2870cc3iyqjtQ38y/platforms/ios/cordova/console.log --exit [ios-sim] io.cordova.hellocordova: 3226 [ios-sim] logPath: /private/var/folders/17/5mc7816d3mndxjqgplq6057w0000gn/T/tmp-2870cc3iyqjtQ38y/platforms/ios/cordova/console.log Simulator successfully started via...