Creating native iOS/Android apps from HTML5

后端 未结 3 1105
栀梦
栀梦 2021-01-30 14:41

Is there a tool/approach to automatically generate an app on an iOS or Android device from HTML5 or jQuery Mobile code so that the app loads/runs entirely on the mobile device i

3条回答
  •  滥情空心
    2021-01-30 15:07

    What you are looking for is the Intel XDK. http://xdk-software.intel.com/

    You can build, emulate, debug, test and publish your HTML5 code as native apps directly from the XDK, for iOS, Android and Windows Mobile.

提交回复
热议问题