Hey everyone,
I'm developing a web app for iPhones and hopefully, it can be rendered using an android device as well. I'm using HTML5, jQuery for mobile and cakePHP. Is there a way that I can convert my code to some other code that will produce a hybrid app?
I'm using a persistent footer which is static and doesn't move. I'm happy with it but the issue is that iPhones have a small screen and it is taking a little of space. So, what I want to be able to do is to remove the browser footer if that is possible? and I want my web app to be redered as a native iOS app.
I'm open to every creative suggestion.