appcelerator - Is there a way to force the camera orientation to stay in portrait? -


my app's orientation set portrait mode in tiapp.xml , the window's orientation mode set portrait. when open camera, orientation not locked portrait, still rotates. there way lock because need capture photos in portrait mode?

in cameraoptionstype dictionary pass options ti.media.showcamera can set autorotate boolean property: false locks camera preview rotation.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

Slow performance first queries on SQL Azure -

Java Entity Manager - JSON reader was expecting a value but found 'db' -