Looking for HTML dev to convert design into one page website

Status
Not open for further replies.

SeanAustin

Power Member
Joined
Mar 4, 2013
Messages
781
Reaction score
736
We have a mobile app that needs to be submitted asap. We're using ionic framework on top of cordova. The apps main screen looks good on iphone 5 and 6, but does not scale properly to the ipad. or iphone 4. We are using a full page with no scrolling allowed. We need dynamic height scaling in html where padding won't overlap on smaller devices.

Here is a basic design to summarize how our design is appearing on the iphone 5+6 and then on the Ipad

mygoodness.jpg


We need the image to be 58% screen height tall.

In the image above you can see how the text boxes completely stretch out on the ipad.

If anyone can offer us insights in anyway, it would help us out so damn much.

Thanks for reading. Shoot me a pm.
 
Hi Sean, please contact me via skype. Also sending you my skype details.
 
Wow I'm very surprised Ionic doesn't address this for you right out of the box. This begs the question, are you using it correctly?

Have you looked at it's responsive grid system? http://ionicframework.com/docs/components/#grid-responsive

Furthermore, image responsiveness can be achieved simply using CSS
Code:
width: 100%;
height: auto;
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top