pwa-builder / PWABuilder-CLI

Node.js tool for App Generation
Other
1.63k stars 142 forks source link

WkWebView support #269

Closed suur closed 7 years ago

suur commented 7 years ago

In 0.5.2 release notes, there is a known issue.

Even though Cordova iOS@4.0 introduces pluggable webviews, the Hosted Web App plugin currently supports UIWebView only. WkWebView will be supported in a future release.

When is WkWebView support planned? Is there an easy way to fix this? Any help would be appreciated.

boyofgreen commented 7 years ago

Hi @suur you can change it by editing the plist of the generated iOS app. I've done this before in an app without seeing any problems. We don't have as many resources who are interested in updating the plugin, hence the slow cycles. We are always open to PRs! Thanks, and hope it works out for you. -jeff

bhollis commented 6 years ago

@boyofgreen what edit should we make to the generated iOS app's plist in order to achieve this?