cordova-plugin-wkwebview-engine
cordova-plugin-wkwebview-engine copied to clipboard
Mirror of Apache Cordova wkwebview engine plugin
I believe there are a number of apps out there that rely on localstorage to store session / user data. We really need a way to transfer this data to...
I need to use AllowInlineMediaPlayback in my application and this feature is broken in iOS 9 so i need to change plugin to fallback to UIWebView in iOS 9 instead...
As you might know, many people trying to use iFrames within the UIWebView face the following problem: -You can't have a scrollable iFrame with a fixed heigh of your choice....
I am using ionic2 and added this plugin recently. UI is now blazing fast but unfortunately I cannot use this plugin since I am using Angular 2 Observable model to...
I have found that scrollbars are not visible if content height is expanded async. This example should explain the issue: `home.ts` ``` ts import {Component} from '@angular/core'; @Component({ templateUrl: 'build/pages/home/home.html'...
When using the Slider component it displays erratic behavior especially when tilting the device from landscape to portrait. It's not resizing correctly is one example.