i have a folder having an html in a folder and javascript files, can i run that html page without internet, just from file system and without internet, in ipad? Is it possible?
我有一个文件夹有一个html在文件夹和javascript文件中,我能在ipad上运行这个html页面吗?是可能的吗?
Also let me know, can i run some wamp like server on ipad to run html and php files?
还有,我能不能在ipad上运行一些wamp之类的服务器来运行html和php文件?
3 个解决方案
#1
1
Serversman HD Try it out, it does both of the stuff you asked for and it's free.
Serversman HD试过了,它可以做你想要的东西,而且是免费的。
EDIT: It seems that someone answered a second before me, sorry for the duplicate
编辑:好像有人在我面前回答了一秒钟,很抱歉重复了一遍。
#2
1
You can run a webserver on the ipad. See this For local editing and previewing of files, there is http://htmledit.mediahive.com/ HTML Edit allows you to -> Work on files locally, with an optional base url and preview from the local filesystem.
你可以在ipad上运行一个webserver。在本地编辑和预览文件时,可以看到http://htmledit.mediahive.com/ HTML编辑允许您->在本地文件上工作,带有一个可选的基本url和来自本地文件系统的预览。
#3
0
i have a folder having an html in a folder and javascript files, can i run that html page without internet, just from file system and without internet, in ipad? Is it possible?
我有一个文件夹有一个html在文件夹和javascript文件中,我能在ipad上运行这个html页面吗?是可能的吗?
Yes. You have two main options:
是的。你有两个主要选择:
- You can use PhoneGap to turn static HTML/JS into an iPhone application.
- 您可以使用PhoneGap将静态HTML/JS转换为iPhone应用程序。
- You can use HTML5's caching to allow a web site to run offline. http://diveintohtml5.ep.io/offline.html
- 您可以使用HTML5的缓存来允许web站点离线运行。http://diveintohtml5.ep.io/offline.html
#1
1
Serversman HD Try it out, it does both of the stuff you asked for and it's free.
Serversman HD试过了,它可以做你想要的东西,而且是免费的。
EDIT: It seems that someone answered a second before me, sorry for the duplicate
编辑:好像有人在我面前回答了一秒钟,很抱歉重复了一遍。
#2
1
You can run a webserver on the ipad. See this For local editing and previewing of files, there is http://htmledit.mediahive.com/ HTML Edit allows you to -> Work on files locally, with an optional base url and preview from the local filesystem.
你可以在ipad上运行一个webserver。在本地编辑和预览文件时,可以看到http://htmledit.mediahive.com/ HTML编辑允许您->在本地文件上工作,带有一个可选的基本url和来自本地文件系统的预览。
#3
0
i have a folder having an html in a folder and javascript files, can i run that html page without internet, just from file system and without internet, in ipad? Is it possible?
我有一个文件夹有一个html在文件夹和javascript文件中,我能在ipad上运行这个html页面吗?是可能的吗?
Yes. You have two main options:
是的。你有两个主要选择:
- You can use PhoneGap to turn static HTML/JS into an iPhone application.
- 您可以使用PhoneGap将静态HTML/JS转换为iPhone应用程序。
- You can use HTML5's caching to allow a web site to run offline. http://diveintohtml5.ep.io/offline.html
- 您可以使用HTML5的缓存来允许web站点离线运行。http://diveintohtml5.ep.io/offline.html