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

Mirror of Apache Cordova wkwebview engine plugin

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

Hi there, It seems a fairly well-known issue that cookies don't really work (by default) with a WKWebView. Basically Set-Cookie is ignored, and no cookies are ever sent with requests....

I charge my responsive web within an iframe. This iframe is loaded with a token and it login into webapp. In header: ``` **Response** :status: 200 Content-Type: text/html; charset=UTF-8 Pragma:...

_From @appelstroop on May 11, 2017 15:30_ **Ionic version:** (check one with "x") [ ] **1.x** [ ] **2.x** [x] **3.x** **I'm submitting a ...** (check one with "x") [x]...

needs info
v2

received this error: [discovery] errors encountered while discovering extensions: Error Domain=PlugInKit Code=13 "query cancelled" UserInfo={NSLocalizedDescription=query cancelled} Have tried normalize the image path to something like: http://localhost:8080/var/mobile/Containers/Data/Application/...

We are using iOS 11x, and PhoneGap, and are seeing the keyboard is overlaying input fields. This is happening with relative and absolutely positioned items. It is preventing us from...

I thought the Ionic team fixed some of these major bugs. I'm still experiencing this one: https://issues.apache.org/jira/browse/CB-12074 I'm using the latest Ionic wkwebview (1.1.16). Please help. Thanks.

nevermind. wkwebview was showing me the code post-hoisting, so I was seeing function declarations where I would have otherwise been seeing code. false alarm.

We are using the webview for a while already, and never had any problems. Now with the iOS11 update, we see crashes of the application, resulting in a white screen....

Hi, I'm trying to make an http `post` request with the `@angular/[email protected]` client. The server is configured like this: >Access-Control-Allow-Origin: * >Access-Control-Allow-Methods: GET, POST, PUT, PATCH, DELETE The specific resource...

Hard to reproduce every time but below step do cause the error: Steps: - Open application - While application is still bootstrapping - Press Home button on device to put...