Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can not open internal apps using wkwebview in iOS

3138911Feb 8 2018 — edited Feb 26 2018

I'm trying to open an internal app such as text using link <a href="sms:1-408-555-1212">New SMS Message</a>, but when click, it shows "failed to load resource unsupported url" in inspect console, I'm using wkwebview, so there is the config "<preference name="CordovaWebViewEngine" value="MafModernWebViewPlugin" />" in generated config.xml, after I changed it to "<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />", it works well now.

So what is the difference between "MafModernWebViewPlugin" and "CDVWKWebViewEngine"? How to make it works when using "MafModernWebViewPlugin"?

This post has been answered by Mvakoc-Oracle on Feb 15 2018
Jump to Answer
Comments
Post Details
Added on Feb 8 2018
3 comments
1,112 views