iOS Question Landscape mode camera exists bug

chjk

Member
Licensed User
Longtime User
#Region Project Attributes
#ApplicationLabel: B4i Example
#Version: 1.0.0
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
#iPhoneOrientations:LandscapeLeft, LandscapeRight
#iPadOrientations: LandscapeLeft, LandscapeRight,
#End Region

Private cam As Camera
cam.Initialize("cam", Page1)
cam.TakePicture 'exists error, app exit

tip:
Supported orientations has no common orientation with the application, and [PLUICameraViewController shouldAutorotate] is returning YES
 
Last edited:

chjk

Member
Licensed User
Longtime User
Please post the error message from the logs (right click to copy it).

Supported orientations has no common orientation with the application, and [PLUICameraViewController shouldAutorotate] is returning YES
 

Attachments

  • b4i.PNG
    b4i.PNG
    29.9 KB · Views: 214
Upvote 0
Top