iphone - How to prevent alertview from rotating on IOS 8 orientation change -
iphone - How to prevent alertview from rotating on IOS 8 orientation change -
i making application ios 8 platform using cordova & xcode 6. installed cordova plugin called [org.apache.cordova.dialogs]. app meant work in portrait mode. problem facing is, when device rotated, app stays portrait , alertview rotates. works fine ios 7. there way solve issue. help appreciated.
thanks
you need set
<preference name="orientation" value="portrait" />
in config.xml , should sort it, tell os not allow part of app rotate landscape.
iphone cordova ios8 uialertview
Comments
Post a Comment