I am trying to implement a similar app to this tutorial (http://docs.appery.io/tutorials/build...), however, when I use Page load event, the service is not invoking. I tried to invoke the service via a button and it's working.
I am trying to implement a similar app to this tutorial (http://docs.appery.io/tutorials/build...), however, when I use Page load event, the service is not invoking. I tried to invoke the service via a button and it's working.
Hello! Please check are there any errors in console when you invoke service on Page Show event.
Hi Maryna,
How to get to it? I tried with browser testing and the result is as below.
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
Please post the screenshot which shows how did you add event.
Please check in console on Network tab is the service called? Open console, click F5 to reload page, you'll see all calls on Network tab.
Some issue for me, on the network tab is all ok and no request is fired. If I click to button then is all ok and the service fires correctly and returns data.
I use a page template and i have a Page Load event on top of it. In the child page I Invoke the service on Page Show Event.
I also try device ready, nothing.
Hi Fabio,
Probably you changed sources, then all the added handlers won't work. Did you change them?
if do you mean the html sources then all is intact...I added some file resources few weeks ago but no edited html/javascript files
Can i share the app whit you?