Page 1 of 1

One page of app won't run javascript or html links.

Posted: Mon Aug 03, 2015 4:31 pm
by Andrew Kaplan

Hello, I am sharing my app with you and it is called KCEMSS. In the app are multiple pages. I can navigate to them from the home screen just fine. However the "protocol" page, which runs javascript like all the other pages, does not execute the command to bring up the document no matter how many times I click or tap. I can create a new page, place all the same javascript info in there and it works just fine. I have made sure to the best of my ability that the page is the same as all the others. Any ideas? I really don't want to have to make another page and cut copy paste a few hundred times again.....

Thanks,

Andrew


One page of app won't run javascript or html links.

Posted: Mon Aug 03, 2015 8:12 pm
by Alena Prykhodko

Andrew,

Please try to debug your project http://devcenter.appery.io/documentat...
Are there any error when you click?


One page of app won't run javascript or html links.

Posted: Mon Aug 03, 2015 10:56 pm
by Andrew Kaplan

here is a screen shot of what comes up in the console using Chrome Debugger

https://www.dropbox.com/s/fm7bzx1bphf...

https://www.dropbox.com/s/dfisqagfuys...

here is the line it is referencing

xhr.open( options.type, options.url, options.async, options.username,options.password );


One page of app won't run javascript or html links.

Posted: Mon Aug 03, 2015 11:01 pm
by Andrew Kaplan

The odd part is the only things changed on the app was the creation of new databases and adding mobilelistitems in collapsible sets with javascript used to link the databases. It works on all the other pages but not on this one and I can't find what is different


One page of app won't run javascript or html links.

Posted: Wed Aug 05, 2015 1:33 am
by Andrew Kaplan

any ideas on how to fix this?

Thanks,

Andrew