even basic Ionic project with Cordova WKWebview Engine plugin produces white screen

前端 未结 2 1573
天涯浪人
天涯浪人 2021-02-05 17:45

My problem: The ionic app I\'m developing is horribly slow, after finding out UIWebView is the culprit I\'m looking for ways to speed it up, with WKWebView bein

2条回答
  •  清酒与你
    2021-02-05 18:39

    I got an ionic2 project working with WKWebview. I think the steps I took are working for ionic1 as well:

    1) Install WKWebview Plugin:

    ionic plugin add cordova-plugin-wkwebview-engine

    2) Install local webserver Plugin:

    ionic plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugins.git#master:local-webserver

    3) Add/change following in your config.xml:

    ...

    
    

    ...

    
    
    

    ...

    
        
    
    
    

提交回复
热议问题