erich.wanker Posted September 26, 2016 Posted September 26, 2016 is it possible to create an UniGui App with this specifications: - works offline in the browser - Data Storage is a text file (name of textfile is somthing like user_id and Unique number) - if online - then Send textfile to server .. i want to give a employe a "To do"-List ... but the user is not allways reaching a WLan or Mobile-Phone Network .. .. the user should use checkboxes for his ToDo-List what he has done .. if online - the Server should know, what the user has done in his offline-periode ThanX for suggestions Erich Quote
erich.wanker Posted September 27, 2016 Author Posted September 27, 2016 i found a small demo for "offline webapp" ... https://www.smashingmagazine.com/2014/09/building-simple-cross-browser-offline-todo-list-indexeddb-websql/ .. did something works with UniGui too ? .. how can i send informations from a offline-device (when it is online again) to the webserver ? i should capture the informations which are written during the offline-time-period in the main database of the webserver .. Thanx for sugestions Erich Quote
zilav Posted September 28, 2016 Posted September 28, 2016 UniGUI is stateful where state is stored and managed on server, you can't work in offline mode. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.