I wanted to make my own WebApp for testing so I will know what to do when I’ve got some serious stuff to do. I found some info about using HTML, CSS and Javascript to make the web app look like real iOS but one thing that bugs my mind is hot to make the textfield look like the one iOS uses or at least similar to that and how to make it across the whole screen (width) but with some margins on the left and right… well so it looks nice and naturally.
I appreciate every single answer.
One option you could try is checking out Appcelerator Titanium which let’s you develop iPhone/iPad/Android (and even Mac/PC) applications using just HTML/CSS/JavaScript. It allows you to utilize the native UI elements, including forms, lists, buttons, etc…
If you’re thinking of developing mobile apps, this is a pretty cool tool to use (especially if you’re not a Object-C wizz).
One example of a tool that uses Titanium is WunderList to-do application.