EB is able to work in offline mode ( like Velocity)?
I mean if the web server is not reachable, EB will keep in cache all web pages and the apps still continue to run
regards,
offline mode?// Expert user has replied. |
offline mode?// Expert user has replied.EB is able to work in offline mode ( like Velocity)? |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
You can use HTML5 application cache to keep the pages working even when the server is not reachable:
A Beginner's Guide to Using the Application Cache - HTML5 Rocks
Using the application cache - HTML | MDN
or you can display a message automatically if is not reachable and you need to have connectivity configuring the VoidConnection parameter:
Enterprise Browser 1.4
~Pietro