
Hello,
I am currently working on an app with a data sources that writes to SP. The app is to be mostly completed offline, I was wondering the best method to save it offline, but more focused on the question in the subject.
I want it so the user can save the form once they have completed the form offline and once when they get connection, the form will automatically write to the cloud (SP). Would this be a 'if connected' function?
please let me know if you have any knowledge abou this or have any addtional questions.
Thanks
Timers. Use them to check a connection occasionally.
There isn't an "event" that fires on a connection (to my knowledge).