Page 2 of 2

uri does not work on android app

Posted: Mon Oct 16, 2017 2:26 pm
by Terry Gilliver

I suspect that the tester app is on an earlier library version


uri does not work on android app

Posted: Mon Oct 16, 2017 3:55 pm
by Terry Gilliver

The Latest version of Apperyio library that my app works on is V2.3 which does not have the options to add cordova plugins.

How can I update my code above to work with the latest Appery.io libraries


uri does not work on android app

Posted: Mon Oct 16, 2017 5:20 pm
by Serhii Kulibaba

Hello,

Do you need to have a close app function there? Is it only one function which doesn't work?


uri does not work on android app

Posted: Tue Oct 17, 2017 12:42 pm
by Terry Gilliver

Yes I need a close app function and yes it is the only cordova code in the app


uri does not work on android app

Posted: Tue Oct 17, 2017 3:07 pm
by Terry Gilliver

What libraries does the tester app use and is it likely to be updated to the latest library version as this may help me to debug my code using weinre?


uri does not work on android app

Posted: Wed Oct 18, 2017 10:59 am
by Terry Gilliver

was able to connect my app directly throughwenre, I will put in some logs to try and determine where it is failing.


uri does not work on android app

Posted: Wed Oct 18, 2017 11:55 am
by Terry Gilliver

I have determined from the console in weinre that navigator.notification is undefined in your later libraries. This is why my function is not working as neither the beep or the dialog functions will work. Any ideas how to fix this?


uri does not work on android app

Posted: Wed Oct 18, 2017 12:10 pm
by Terry Gilliver

OK I have it working, I installed a new version of cordova notification and then went to select it in cordova plugins. i found out that by default notification is not enabled. I enabled it and the app worked,