cordova-plugin-ionic-webview
cordova-plugin-ionic-webview copied to clipboard
Web View plugin for Cordova, specialized for Ionic apps.
Hi, I have an Ionic App with this specs: ``` -Ionic 3.9.2 -Angular 5.2.11 -Cordova Android 8.1.0 and iOS 5.1.1 -Cordova 8.0.0 **-cordova-plugin-ionic-webview 5.0.0** ``` My app make request to...
I successfully submit the ipa file to the App Store using Application Loader. But it shows the warning - The app references non-public selectors in Payload ...: _setAlwaysRunsAtForegroundPriority: Note: I'm...
# Bug Report **Ionic version:** [x] **5.x** **Current behavior:** App is crashing when voice over mode is on in IOS. **Expected behavior:**= App should not be crash when voice over...
# Bug Report **Ionic version:** [ ] **4.x** [x] **5.x** **Current behavior:** Pointer cancellation criterion is not accomplished on Ionic main components, while a click is released out of the...
When filling in a username and password on iOS, if you have setup an associated domain with 'webcredentials', iOS should display your saved credentials as an autofill option. This does...
I am working on a Cordova App and I followed the [Apple guidelines and added to autocomplete attributes to my HTML login form](https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element) to ask users whether they want to...
Our app seems to have the scrolling hang on certain pages. In the CDVWKWebViewEngine.m file on the (void)handleStopScroll method when I change the last line from - a) `[wkWebView evaluateJavaScript:@"window.IonicStopScroll.fire()"...
Ported app from UIWebView and long textarea elements are now hidden under keyboard because textarea no longer responds to `scrollIntoView(false)`. Suspect Ionic Stop Scroll is blocking this function. Is there...
Hello, I would like to integrate the following javascript SDKs and plugins with ionic app. - Stripe,js - Google API - Deeplink Here the problem is that Stripe.js and Google...
As per @mlynch's feedback to #492 , I have implemented a hook to whitelist iframe requests, so that other people can create their own implementation without implicitly allowing all subframe...