I have an existing web application (PHP/MySQL) that I want to “wrap” into a native iOS application and publish. Is there something that does this easily? I’ve spent a good deal of my day trying to find something to do this and I thought that I’d found something useful in phonegap but it requires using the application on an Apple operating system and their online version only takes HTML. Any suggestions?
Share
For a basic website, Twitter Bootstrap should suffice. In fact, Bootstrap 3’s direction has gone mobile-first, making it one of the better choices for the mobile web.
Bootstrap: http://getbootstrap.com/2.3.2/
You can look into using a
responsive-designJavascript library such asSenchaTouchorjQuery Mobile.SenchaTouch: http://www.sencha.com/products/touch/
jQuery Mobile: http://jquerymobile.com/
They are specifically designed for multiple-browser viewing purposes, allowing clients to view your content online through a mobile device.