Software Archive
Read-only legacy content

Plugins

Flemming_P_
Beginner
1,068 Views

Hi

How esaktly do I use this plugin for lock portrait mode on iPad

   github.com/yoik/cordova-yoik-screenorientation.git

Have to fill in the name and Plugin ID ??

 

OR this/ Plugin is located in the Apache Cordova Plugins Registry

net.yoik.cordova.plugins.screenorientation

 

Regards/Flemming

 

 

 

 

0 Kudos
3 Replies
Amrita_C_Intel
Employee
1,068 Views

I believe that this plugin is not registered. But you can still use it. 

You can find here whether the plug in is registered or not.

http://plugins.cordova.io/#/ ;

0 Kudos
Flemming_P_
Beginner
1,068 Views

Thanks

BUT I am asking how to use it - I got the url github.com/yoik/cordova-yoik-screenorientation.git

BUT also have to fill in the name and Plugin ID ??

 

:-) flemming

 

0 Kudos
PaulF_IntelCorp
Employee
1,068 Views

Please see the plugin README for usage instructions: https://github.com/yoik/cordova-yoik-screenorientation

If you are asking how to you include it as part of your app, you'll have to use the third-party plugin feature to include it. See this doc page: https://software.intel.com/en-us/xdk/docs/adding-third-party-plugins-to-your-xdk-cordova-app. If the plugin is located in the Cordova registry you can use the plugin ID method (this plugin's ID is net.yoik.cordova.plugins.screenorientation). If you want to reference the GitHub repo you need to provide the repo URL (https://github.com/yoik/cordova-yoik-screenorientation.git) and the same ID as above. The "NAME" is whatever you want it to be.

0 Kudos
Reply