chjk Member Licensed User Longtime User Jan 4, 2017 #1 iMedia(v1.2) in Landscape mode Camera.SelectFromPhotoLibrary have bug! I have already used this code UIInterfaceOrientationMaskAll! Attachments CameraExample.zip 3.3 KB · Views: 362
iMedia(v1.2) in Landscape mode Camera.SelectFromPhotoLibrary have bug! I have already used this code UIInterfaceOrientationMaskAll!
JanPRO Well-Known Member Licensed User Longtime User Jan 4, 2017 #2 Hi, does your App crashes, or? According to Apple's documentation ImagePicker support portrait mode only. Jan
Hi, does your App crashes, or? According to Apple's documentation ImagePicker support portrait mode only. Jan
chjk Member Licensed User Longtime User Jan 5, 2017 #3 JanPRO said: Hi, does your App crashes, or? According to Apple's documentation ImagePicker support portrait mode only. Jan Click to expand... Yes, but can solve the problem by means of UIInterfaceOrientationMaskAll, and my demo SelectFromSavedPhotos in Landscape mode is normal.
JanPRO said: Hi, does your App crashes, or? According to Apple's documentation ImagePicker support portrait mode only. Jan Click to expand... Yes, but can solve the problem by means of UIInterfaceOrientationMaskAll, and my demo SelectFromSavedPhotos in Landscape mode is normal.
Erel B4X founder Staff member Licensed User Longtime User Jan 5, 2017 #4 As JanPRO wrote the native picker only supports portrait orientation. I will clarify it in the library documentation.
As JanPRO wrote the native picker only supports portrait orientation. I will clarify it in the library documentation.