[SOLVED] How could I install WkWebView 1.0.2 and not 1.0.3?

ionic plugin add https://github.com/driftyco/cordova-plugin-wkwebview-engine.git --save

gonna add the last version, 1.0.3-dev of WkWebView to my project. How could I install 1.0.2?

Not sure but seems that after my last update of WkWebView the opening of the menu is now a little bit glitchy

Opened an issue:

I was calling the wrong version number

ionic plugin add https://github.com/driftyco/cordova-plugin-wkwebview-engine.git#1.0.2 --save

just work fine

1 Like