Start a new topic

[Cordova / Phonegap] : Radar on Orientationchange

[Cordova / Phonegap] : Radar on Orientationchange


What did you set in the config.xml for the orientation? If you set a fix orientation (portrait/landscape) this issue also occurs.

Here the documentation:



Orientation allows you to lock orientation and prevent the interface from rotating in response to changes in orientation. Possible values are default, landscape, or portrait. Example:

<preference name="Orientation" value="landscape" />


NOTE: The default value means both landscape and portrait orientations are enabled. If you want to use each platform's default settings (usually portrait-only), leave this tag out of the config.xml file.

Login or Signup to post a comment