I am using Samsung Galaxy Note to run a phonegap application. When I take picture, I can see that screen rotates just before entering camera. How can I disable this?
I h
You need to add the permission on the manifest:
Doc android of balise uses-feature
For example, if your app requires portrait orientation, you should declare
so that only devices that support portrait orientation (whether always or by user choice) can install your app. If your application supports both orientations, then you don't need to declare either.