Sync tab to php mysql
I need to move various pages and I need to send data tab to server
that should run with timer function no databind
pls assists me
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I need to move various pages and I need to send data tab to server
that should run with timer function no databind
pls assists me
Hello Deveu,
Could you please tell in more details what you are trying to achieve.
I need to navigate various page
2.at data sync (server up & tab down ) I need to set time duration when my tab's data will move to server & from server to tab
3.I set timer setTimeOut and doing by ajax
Problem
after 3 hrs the tab is being freeze / crashes
Hi Deveu,
So you get it to work but after 3hr you have crashed tab in browser?
If so it seems you have request to much resources from the page. You should clear all your unused (by each iteration variables).
Regards.