Why Angular.js variables not accessible in Cordova InAppBrowser's executeScript callback
问题 I am developing hybrid app based on angular.js using cordova. I have faced the problem not accessing to angular variables $ (like $rootScope) after executing the followings. cordova and angular.js finished to be initialized as soon as this hybrid app is launched. When user click specific button for social login, the following loginTwitterAccount $scope function is called. loginTwitterAccount opens new window using 'InAppBrowser' cordova plugin to load external authorization page, not local.