Github user hnilsen commented on the issue:

    https://github.com/apache/cordova-ios/pull/241
  
    That doesn't swap out the private CDVUIWebViewEngine used by iOS8, does it? 
That's why I'm adding the option to extract and use my own version of 
CDVUIWebViewEngine. This is what I'm able to do now:
    
    ```
    <preference name="CordovaDefaultWebViewEngine" 
value="CDVSpvUIWebViewEngine" />
    <preference name="CordovaWebViewEngine" value="CDVSpvWKWebViewEngine" />
    ```
    
    ```
        <feature name="CDVSpvUIWebViewEngine">
            <param name="ios-package" value="CDVSpvUIWebViewEngine" />
        </feature>
    
        <feature name="CDVSpvWKWebViewEngine">
            <param name="ios-package" value="CDVSpvWKWebViewEngine" />
        </feature>
    ```
    
    This enables me to create my own UIWebView plugin for iOS8.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to