javascript - How to Launch famo.us application into iPhone -
i have small application in famo.us framework. having html form , .js files , runs in browser, want run appliction in iphone , android phone.
so how publish famo.us application android , apple store ??
thanks
you can use adobe phonegap (aka apache cordova) scaffold ios/android project. phonegap works wrapping site in native webview, allowing developers create mobile apps can released store using existing web development skillset.
you need corresponding native development tools/sdks in order build projects & submit them app store. follow getting started instructions, , once project created, place contents of web project 'www' folder.
there platform specific nuances need consider, , make sure don't start doing until 'ondeviceready' event fired cordova, signals webview set correctly , ready go.
Comments
Post a Comment