I'm not using Ionic, just plain Cordova. I am forced to use cordova-plugin-ionic-webview plugin to avoid the UIWebView warning from Apple.
The problem is that my index.html is inside another folder (www/cordova_onsen). In plain cordova I can point it using the . This does not seem to work with cordova-plugin-ionic-webview plugin installed.
Due to some constraints I cannot move the files outside of the cordova_onsen folder. I've tried using the cordova-plugin-wkwebview-engine plugin also but it introduced more problems.