I am creating an app that uses device camera. I need to run my app in only LandScape mode. It worked fine for iPad but when I tried it in iPhone, a runtime error occured and on device console, I found out that the camera need a portrait mode while opening. I just add “Portrait” orientation to supported ones and it worked fine.
But the problem is I need my app only in LandScape mode…
Is there an issue that iPhone need portrait orientation to start camera as when camera starts, its default is “portrait” and then as if I am handling iPhone in “landscape” direction so it immediately changes orientation.
One more thing, this works fine in version 2012.894 but when I switched to 2012.971, the above mentioned problem starts appearing.
Thanks