In addition to this Can I 'frame' a web-app in an iPhone app I see it is impossible to make my web site or web application a smart phone application. I have two questions:
- Can I make an iphone application that has an
html 5page and the login is to my server side which runsruby on rails. sort of a browser that dedicated only to my website or static and constantURL? - Can I use a web frame in Android, what module should I use ?
Basicly:
I want to make smartphone applications to android and iphone which are a frame of html5 that enables login to my website on some web server.
It is not entirely clear what exactly do you want to achieve from your question but I have a feeling that PhoneGap a.k.a. Apache Cordova might help you with that. It’s a software that lets you write mobile applications for iOS, Android, Blackberry, Windows Phone, Palm WebOS, Bada and Symbian in HTML, CSS and Javascript. See the Getting Started Guides for a good introduction.
Keep in mind that your app has a good chance of being rejected from the Apple app store if it is just a regular website packaged as an application. If on the other hand your website is a Web application that is already working well in mobile browsers, especially offline, then it may be more natural to use as a native-looking app. (Thanks to JW. for pointing it out.)