I Hope you guys can help me. Im learning JQuery/Javascript by making a little web app. the following code works fine in a browser AND in safari on IOS when not a full-screen webapp but if i add it to homescreen as an app, the page doesnt update with the records pulled in the javascript.
All its supposed to do is generate an unordered list upon the #page being switched to.
Hi,
I Hope you guys can help me. Im learning JQuery/Javascript by making a little web app. the following code works fine in a browser AND in safari on IOS when not a full-screen webapp but if i add it to homescreen as an app, the page doesnt update with the records pulled in the javascript.
All its supposed to do is generate an unordered list upon the #page being switched to.
can anyone give me any pointers please?
thanks in advance
this is my javascript (main.js)
and this is my html