darryncampbell / darryncampbell-cordova-plugin-intent

General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.
MIT License
86 stars 136 forks source link

window.plugins is undefined #79

Closed ArnieD closed 4 years ago

ArnieD commented 5 years ago

I have a applications that works great in Android version 7.1.2 (with Ionic). I can call the function: (window).plugins.intentShim.registerBroadcastReceiver with succes. I use it for the DataWedge Barcode scanner. Now I install the app on Android version 8.1.0 and it doesn't work. The (window).plugins is undefined.

Can you give me a clue...

darryncampbell commented 5 years ago

Hi, that doesn't sound specifically like a plugin issue if window.plugins is undefined. Have you tried googling for that error? I see a couple of other similar issues in other plugins but I have never had trouble running apps with this plugin on Oreo devices.

darryncampbell commented 4 years ago

Closing due to inactivity