cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
265 stars 316 forks source link

geofence plugin not found #201

Closed vanderleisp closed 7 years ago

vanderleisp commented 7 years ago

testing on Firefox and Chrome got the message: "Geofence Plugin not found. Using mock instead" even after install it on both ways, npm and local. Then trying to run the app got the message "Cannot GET /cdvtests/index.html" so is this message related to not have the plugin installed ??

invention7 commented 7 years ago

This is expected behavior. cordova plugins only work within a mobile application on a mobile device. The "mock" plugin is loaded when you are in a non-mobile environment, e.g. Firefox, Chrome, etc...

vanderleisp commented 7 years ago

thanks for the info, as I spent like 2 days trying different things here, like Chrome, Firefox, Opera, different Java version, and nothing changed... :( let me test on a device later on.

tsubik commented 7 years ago

Closing due to inactivity.