-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.4.0
-
Fix Version/s: None
-
Component/s: cordova-plugin-inappbrowser
-
Environment:
Android API 21
loadstart event is not firing. there are no issues with loadstop and exit.
Simple snippet:
var ref = cordova.InAppBrowser.open('http://www.google.com', '_blank');
ref.addEventListener('loadstart', function (event)
);
ref.addEventListener('loadstop', function (event)
);
only the 'stopped' alert is fired.
- is duplicated by
-
CB-10494 Version "1.2.0" of in_app_browser does not work with ionic 2
-
- Closed
-