-
Notifications
You must be signed in to change notification settings - Fork 78
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
Sample app code doesn't work #125
Comments
Define "fails every time". |
Everytime I try to register with github username and organization, it doesn't take and always prompt me to enter it again. But it doesn't accept it. -- In real devices When I run it in android emulators, textboxes aren't clickable and it doesn't allow me to type username and organization in the fields. |
I don’t know. I need logs. I have the SampleApp running on 11 Android devices without issue.
|
I will try to get the logs and share it here |
Finally I was able to get the logs from logcat and chrome's web inspector. This time I was able to type my Github username and org names. vendor.js:4373 Angular is running in the development mode. Call enableProdMode() to enable the production mode. My machine's configuration if this helps Ionic CLI : 5.4.14 (/usr/local/lib/node_modules/ionic) Cordova: Cordova CLI : 9.0.0 ([email protected]) Utility: cordova-res (update available: 0.9.0) : 0.8.1 System: ios-sim : 8.0.2 |
The plugin is not installed. Did follow the setup instructions in the README exactly? |
Yes I did follow the instructions and yes I do see the plugin installed in the list of plugins. ionic cordova plugin ls
Please let me know if I am missing any step from below mentioned in readme $ npm install -g cordova ionic # you should have ionic and cordova installed $ ionic cordova prepare android $ ionic cordova prepare ios |
@christocracy Could you please confirm if any step is missing by me? As I tried multiple times but still failing. |
Hi, I am trying to follow your sample app code to run in debug mode with below configurations but it fails everytime
Cordova - 9.0
cordova-ios: 5.1.0
Node: 10.16.X
Kindly guide me as I want to use this plugin in one of my project for background geofencing.
The text was updated successfully, but these errors were encountered: