How to work screen support fo iphone and ipad

I have developed app. But iPhone is running fine. But in ipad I have seen input field much more become narrow. I want to screen support for iphone and ipad…

Please help me…

Hi,

You will have to change CSS (or SCSS if you are using that) styles using media queries.
Take a look at this URL for target Ipad devices:

This way, you will be able to make input, or any other element bigger on Ipad.