cordova/phonegap documentation confusion -


Cordova / PhoneGap documentation is very confusing to me, especially regarding iOS. For example: In this case:

  Orientation lets you prevent the interface from rotating in the orientation of the orientation and changes in the orientation.   

Possible values ​​are default, landscape, or image. Example:

  & lt; Priority name = "orientation" value = "scenario" />    

That is not working at all.

In addition to this, no plugin found I got the compilation (most files are missing).

I feel that this is the issue of the edition, but none of the documents I have mentioned has not mentioned anything about it.

So my question:

  1. How to lock orientation?

  2. How do I get the right documents? As the link I supply is '3.3.0' which means version, but I can not find the documentation for config xml in v2.

    3.3 - In iOS - the setting is done by setting the locking * -info.plist:

      ; 

    NOTE: You must delete unnecessary values ​​from the default generated plist.

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -