-
20 Jan 2011 3:45 AM #1
running Sencha Touch Web Application as local app on jailborken iPhone
running Sencha Touch Web Application as local app on jailborken iPhone
I was wondering if it is possible to run Sencha Touch applicaion on iPhone without network connection.
If you have jailbroken iphone it is possible. I've checked it. It works
I assume that you have sshd on the device.
1. Create directory /private/var/opt/WEBAPPS where you will locate your local webapps. Create in WEBAPPS folder YOUR_WEBAPP_NAME with your web application and copy it to this location via scp.
2. Create shortcut to your network Sencha Touch web application on home screen.
3. In directory /private/var/mobile/Library/WebClips/ you will find folder [some_hex_numbers].webclip with Info.plist pointing to you application.
4. Modify the Info.plist file:
Hint: You could have problem with absolute file location in html and css files. So you will have to correct files.Code:<key>URL</key> <string>file:///private/var/opt/WEBAPPS/YOUR_WEBAPP_NAME/index.html</string>
Voila! : ) Right now you can run your application localy without network. Could be helpful to run static application frame or something else not using network.
-
25 Feb 2011 7:48 PM #2
interesting, do you think is it possible to package the files as an ipa archive, too?
-
26 Feb 2011 1:13 AM #3
I assume that you could do this with PhoneGap.
Similar Threads
-
Sencha Touch app deployment to IPhone and Android
By m11 in forum Sencha Touch 1.x: DiscussionReplies: 6Last Post: 24 Oct 2011, 12:53 AM -
Can you add a photo from iPhone to a Sencha Touch application
By kpopov in forum Sencha Touch 1.x: DiscussionReplies: 6Last Post: 25 Feb 2011, 3:18 AM -
Looking for a Sencha Touch Developer to create an awesome web app!
By WeFeast in forum Sencha Touch 1.x: DiscussionReplies: 0Last Post: 7 Nov 2010, 12:10 AM -
sencha touch application for the iphone / android application store
By wpichler in forum Sencha Touch 1.x: DiscussionReplies: 1Last Post: 31 Aug 2010, 6:17 AM -
Turning Sencha Touch-based app into a true native iPhone app?
By inapp in forum Sencha Touch 1.x: DiscussionReplies: 7Last Post: 21 Jul 2010, 5:59 PM


Reply With Quote