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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -