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

Popular posts from this blog

Php operator `break` doesn't stop while -

ubuntu - Bash Script to Check That Files Are Being Created -

vim: Search & replace -