hanatharesh2712 / ionic-native-sms-retriever-plugin-master

Cross-platform plugin for Cordova / PhoneGap to Retrieve SMS. Available for Android.
27 stars 18 forks source link

Uncaught TypeError: Cannot read property 'smsRetriever' of undefined #14

Closed posdevelopers closed 4 years ago

posdevelopers commented 4 years ago

It gives some time this error Uncaught TypeError: Cannot read property 'smsRetriever' of undefined

After Splash screen it shows this error on ionic 3 , i have followed your ionic 3 example i am running this on device

hanatharesh2712 commented 4 years ago

@posdevelopers Make sure that you are calling plugin methods after device(platform) ready event.

Here is the working example https://github.com/hanatharesh2712/ionic-native-sms-retriever-plugin-master/issues/11#issuecomment-568655748