Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aratipanigrahi opened this issue Sep 29, 2020 · 2 comments
Open

Comments

@aratipanigrahi
Copy link

aratipanigrahi commented Sep 29, 2020

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.

@kinson603
Copy link

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

@ManuelCostanzo
Copy link

Sorry, updates ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants