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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -