Uncaught TypeError: Cannot read property 'OneSignal' of undefined", source: file:///android_asset/www/js/app
问题 I'm trying to initialize OneSignal to a PhoneGap application. I tried many ways. But always it gives following error, Uncaught TypeError: Cannot read property 'OneSignal' of undefined", source: file:///android_asset/www/js/app.js error. This is my app.js file document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { oneSignal(); checkConnection();} function oneSignal(){ console.log("It is calling"); var notificationOpenedCallback = function(jsonData) { console