You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 3d...@googlegroups.com
I have my app happily running on my iPhone 5 and an iPhone 4S. Hoewever I'm seeing an odd bug on the iPad Mini.
On the iPad Mini, when I call startcamera the iris appears on the screen overwriting the navigation controller and toolbar. On the iPhones this doesnt happen and the navigation and toolbar are accessible.
I've set the frames smaller (in the make 3darfullscreen method ) This has an interesting effect. The camera preview (which I haven't found how to access) stays at it's size on all devices.
On the iPhones the resized views are visible over the camera preview. On the iPad the resized views are not visible at all.
So it sounds like the views I need to reorder the views, but after several experiments have found no successful solutions.