-
3 Feb 2012 5:04 AM #1
Answered: How to deal with offline browsing and sencha in HTML5
Answered: How to deal with offline browsing and sencha in HTML5
Can someone please help me? I have problems with the dynamic class loader for offline browsing.
This is not working when the app is offline.What to do now?Code:Ext.Loader.setConfig({enabled : true });
Thanks
-
Best Answer Posted by mrsunshine
for production build an one file version with the sdk tool and add an cache manifest. then you can have your app offline an does not need the loader.
http://www.sencha.com/products/sdk-tools
-
3 Feb 2012 7:25 AM #2Sencha - Training Team
- Join Date
- Sep 2008
- Location
- Germany - Darmstadt
- Posts
- 682
- Vote Rating
- 10
- Answers
- 21
for production build an one file version with the sdk tool and add an cache manifest. then you can have your app offline an does not need the loader.
http://www.sencha.com/products/sdk-toolstrainings / workshops / consulting: Sencha Touch / Ext JS
Profile on SenchaDevs
www: http://www.nils-dehl.de
twitter: nilsdehl
meetup: Sencha Touch / Ext JS Meetup Frankfurt
videos: http://vimeo.com/album/1621422
conference photos: http://www.flickr.com/photos/nils-dehl/


Reply With Quote