CDVWebViewDelegate error on switching tabs (states)

Hey guys,

I’ve been facing this issue where if i switch between a few (angular) states in the app i see the white page which says:


Bootstrap Error Page
Error Code: 1
Error Description: CDVWebViewDelegate: Navigation started when state=1

Error Context: AppLoading


Here is my ionic info:

Cordova CLI: 5.0.0
Gulp version: CLI version 3.8.11
Gulp local:
Ionic Version: 1.0.0-beta.14
Ionic CLI Version: 1.4.0
Ionic App Lib Version: 0.0.16
ios-deploy version: Not installed
ios-sim version: 3.1.1
OS: Mac OS X Yosemite
Node Version: v0.12.2
Xcode version: Xcode 6.3.2 Build version 6D2105

Below are the errors in the XCode console

ERROR|SFHybridViewController|Error while attempting to load web page: Error Domain=CDVWebViewDelegate Code=1 “CDVWebViewDelegate: Navigation started when state=1” UserInfo=0x15500ba0 {NSLocalizedDescription=CDVWebViewDelegate: Navigation started when state=1}
Failed to load webpage with error: CDVWebViewDelegate: Navigation started when state=1
Resetting plugins due to page load.
Finished load of: about:blank

I have read quite a few forum posts on this issue, but couldn’t find a resolution to this issue. Could someone give some feedback on why this happens and possible fixes?