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 -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -