For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 11 replies, 3 voices, and was last updated 13 years, 4 months ago by
herb200mph.
-
AuthorPosts
-
herb200mphParticipantWhat is the process to setting a web app to cache on the mobile device for offline access?
The app is easily readable via the Test Center link; also when files are uploaded to a server location.
Nowthen, how do we cache the app on the mobile device so it can be read/accessed when no internet connection is available?
Thanks in advance for help with this question.
March 21, 2013 at 10:33 am #336873
BrandonMemberIn the properties of the main screen for your app click on the ‘Start up screen’ check box. This will enable a few new selections a little below it. On of them is ‘Offline Support’. Make sure this says ‘AppCache Support’.
March 21, 2013 at 10:39 am #336874
herb200mphParticipantThat’s where the little bugger is!
Thank you for pointing that out to a squint-eyed blind man.
We will give it a hearty test later today.
Regards.
P.S. Still hoping for a WYSIWYG editor in an upcoming version.
March 21, 2013 at 11:03 am #336875
BrandonMemberNo problem. It is a little hard to find. Yeah that would be good. I currently use dreamweaver and just copy my code into a html widget, works pretty well.
March 21, 2013 at 11:16 am #336876
herb200mphParticipantUse similar editor, but with 350+ screens, all of which have an html widget, its a nusance!
March 21, 2013 at 11:19 am #336877
herb200mphParticipantHave you had any success with caching a web app to a device and accessing it w/o any wifi or internet connection?
March 21, 2013 at 3:36 pm #336881
Paul_paulParticipanthi Herb
I host my own web apps and I use the fact that a internet connection is not required as a selling point. The mobile internet here in Australia is not that great but 4G will be here soon I guess. In the meantime the app cache does work.March 21, 2013 at 4:05 pm #336885
BrandonMemberYes, I’ve had great success with it, most devices will be fine.
March 21, 2013 at 5:26 pm #336889
herb200mphParticipantWell, sounds like success is possible with the web app caching.
Any hidden secrets?
Is the process an upload to a server hosting location, then have the device user go there via Safari, then bookmark it, or is there another process to follow?
We need to have these web apps accessible to internal company folks only, and we really don’t want to go through the Apple gymnastics if we do not need to.
Also, if you update the web app, does the client get a download next time they open the app?
Please share the inner details with me.
March 22, 2013 at 11:27 pm #336949
Paul_paulParticipantYes it is an upload to server location, yes users will go there to download, not so much a ‘bookmark’ more ‘add icon to home screen’ once installed user can open app without internet connection. If you make any changes to the app and upload those changes to your server the app will update when user starts app. My apps are quite small in size (less than 5mb) I have no experience with apps larger than this.
Let us know how you get on.
Good Luck!March 23, 2013 at 5:52 am #336951
herb200mphParticipantThanks.
My “how to” assumptions were correct.
Will test that out over the weekend and let you know how it goes/went.
Regards and appreciation.
March 26, 2013 at 8:35 am #337049
herb200mphParticipantJust got the app to run/display pages correctly.
We kept getting blank white screens on some even tho the debugger didn’t show and coding errors.
We solved the problem by putting a “add files” screen attached to the start screen that had links within it to the screens that wouldn’t play nice.
Now, all screens are firing up properly.
App Caching is next on my list of “get it done” tasks.
Thanks for you help and support. Really appreciate it on this end.
-
AuthorPosts
