cordova-plugin-geofence icon indicating copy to clipboard operation
cordova-plugin-geofence copied to clipboard

TypeError: Object(...) is not a function at Geofence.initialize

Open aratipanigrahi opened this issue 3 years ago • 2 comments

I have initialized geofence like this . this.geofence.initialize().then( // resolved promise does not return a value () => alert('Geofence Plugin Ready'), (err) => alert(err) )

Getting the error TypeError: Object(...) is not a function at Geofence.initialize . Let me know if you have any input on this.

aratipanigrahi avatar Sep 29 '20 12:09 aratipanigrahi

I have also encountered the same problem. Have you found the solution yet?

kinson603 avatar Apr 15 '21 09:04 kinson603

Sorry, updates ?

ManuelCostanzo avatar May 13 '21 20:05 ManuelCostanzo