Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

uri does not work on android app

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

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

uri does not work on android app

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

uri does not work on android app

Hello,

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

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

uri does not work on android app

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

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

uri does not work on android app

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?

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

uri does not work on android app

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

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

uri does not work on android app

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?

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

uri does not work on android app

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,

Return to “Issues”