Issue
I developed a React Native application and i was able to deploy it on different Android devices. I also did it on I Phones and everything works as expected But When i am trying to deploy it on I Pad, the application looks like a normal mobile app. I mean all the components are bigger. It's like a mobile with zoom.
Does the deploy on I Pad differs from the other devices? Do i have to set something in X Code in the moment i deploy the application?
Do you have any idea what i do wrong or what i have to set?
Solution
iPhone only apps run in a zoomed mode on iPad. Set the Devices
to Universal
under Target > Deployment Info. This will allow your app to run on iPhone and iPad in full resolution. You may need to adjust your layouts if they are not setup to stretch with the larger screen size.
Answered By - Sean Kladek
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.