After doing the following
-Save All
-git add .
-git commit -m ‘new v 0.0.1’
-git push
-git push ionic master
I wait for the master channel to automatically deploy to my new commit , close my app on my phone and load the ‘new’ version. However, none of my changes are shown.
Downgrade cordova-plugin-ionic to 4.0.1 and cordova-plugin-ionic-webview to 1.1.16. This at least allows me to keep the deploy snapshot. Still having trouble with WKWebView if I dont kill and restart after an update though.