Added: cordova/site/public/docs/en/dev/reference/cordova-plugin-screen-orientation/index.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-screen-orientation/index.html?rev=1825676&view=auto ============================================================================== --- cordova/site/public/docs/en/dev/reference/cordova-plugin-screen-orientation/index.html (added) +++ cordova/site/public/docs/en/dev/reference/cordova-plugin-screen-orientation/index.html Thu Mar 1 19:27:06 2018 @@ -0,0 +1,2770 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta name="format-detection" content="telephone=no"> + <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" /> + <meta name="description" content="Set the screen orientation "> + + <title> + + + Screen Orientation - Apache Cordova + + + </title> + + <link rel="SHORTCUT ICON" href="/favicon.ico"/> + + + + + + + + + + + <link rel="canonical" href="https://cordova.apache.org/docs/en/dev/reference/cordova-plugin-screen-orientation/"> + + <!-- CSS --> + <link rel="stylesheet" type="text/css" href="/static/css/main.css"> + <link rel="stylesheet" type="text/css" href="/static/css/lib/syntax.css"> + <!-- Algolia Search CSS --> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" /> + + <!-- Fonts --> + <!-- For attribution information, see www/attributions.html --> + <link href='https://fonts.googleapis.com/css?family=Raleway:700,400,300,700italic,400italic,300italic' rel='stylesheet' type='text/css'> + + <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> + <!--[if lt IE 9]> + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> + <![endif]--> + <script type="text/javascript"> + var disqus_developer = 1; // this would set it to developer mode + </script> + + <!-- JS --> + <script defer type="text/javascript" src="/static/js/lib/jquery-2.1.1.min.js"></script> + <script defer type="text/javascript" src="/static/js/lib/bootstrap.min.js"></script> + <script defer type="text/javascript" src="/static/js/lib/ZeroClipboard.js"></script> + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-64283057-3', 'auto'); + ga('send', 'pageview'); +</script> + +</head> + +<body> + <header> + <a class="scroll-point pt-top" name="top"></a> + <nav class="navbar navbar-inverse navbar-fixed-top"> + <div class="container-fluid"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand" href="/"><img id="logo_top" src="/static/img/cordova-logo-newbrand.svg"/></a> + </div> + <div id="navbar" class="navbar-collapse collapse"> + <div class="nav_bar_center"> + <ul class="nav navbar-nav"> + <li class="active"> + <a href="/docs/en/latest/">Documentation</a> + </li> + <li > + <a href="/plugins">Plugins</a> + </li> + <li > + <a href="/blog" id="blog_button">Blog<span class="badge" id="new_blog_count"></span></a> + </li> + <li > + <a href="/contribute">Contribute</a> + </li> + <li> + <a href="/#getstarted">Get Started</a> + </li> + <li> + <form class="navbar-form navbar-right" id="header-search-form" role="search"> + <div class="input-group"> + + + + <input id="header-search-field" type="text" placeholder="Search 'dev' docs..." class="form-control hidden-xs" autocomplete="off"> + </div> + </form> + </li> + </ul> + </div> + </div><!--/.navbar-collapse --> + </div> + </nav> + <div id="_fixed_navbar_spacer" style="padding-top:50px"></div> +</header> + + + + + + + + + + + + + + + +<div class="docs container"> + + <!-- Table of Contents --> + <div class="hidden-xs hidden-sm col-md-4 col-lg-3 site-toc-container"> + <ul class="site-toc"> + + + <li> + + <span class="toc-section-heading"> + Introduction + </span> + + + + + + + <ul class="site-toc"> + + + <li> + + <a class="" href="../../guide/overview/index.html"> + Overview + </a> + + + + + + + + </li> + +</ul> + + + </li> + + + <li> + + <span class="toc-section-heading"> + Create apps + </span> + + + + + + + <ul class="site-toc"> + + + <li> + + <a class="" href="../../guide/cli/index.html"> + Create your first app + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../guide/cli/template.html"> + Templates for apps + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../guide/support/index.html"> + Platform support + </a> + + + + + + + + </li> + + + <li> + + <span class="toc-section-heading"> + Develop for platforms + </span> + + + + + + + <ul class="site-toc"> + + + <li> + + <a class="" href="../../guide/platforms/android/index.html"> + Android + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../guide/platforms/ios/index.html"> + iOS + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../guide/platforms/osx/index.html"> + OS X + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../guide/platforms/win8/index.html"> + Windows + </a> + + + + + + + + </li> + +</ul> + + + </li> + + + <li> + + <a class="" href="../../platform_plugin_versioning_ref/index.html"> + Manage versions and platforms + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../config_ref/images.html"> + Customize icons + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../cordova/storage/storage.html"> + Store data + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../guide/appdev/privacy/index.html"> + Manage privacy + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../guide/appdev/security/index.html"> + Manage security + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../guide/appdev/whitelist/index.html"> + Whitelisting + </a> + + + + + + + + </li> + +</ul> + + + </li> + + + <li> + + <span class="toc-section-heading"> + Create plugins + </span> + + + + + + + <ul class="site-toc"> + + + <li> + + <a class="" href="../../guide/hybrid/plugins/index.html"> + Create a plugin + </a> + + + + + + + + </li> + + + <li> + + <span class="toc-section-heading"> + Develop for platforms + </span> + + + + + + + <ul class="site-toc"> + + + <li> + + <a class="" href="../../guide/platforms/android/plugin.html"> + Android + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../guide/platforms/ios/plugin.html"> + iOS + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../guide/platforms/win8/plugin.html"> + Windows + </a> + + + + + + + + </li> + +</ul> + + + </li> + + + <li> + + <a class="" href="../../plugin_ref/plugman.html"> + Use Plugman + </a> + + + + + + + + </li> + +</ul> + + + </li> + + + <li> + + <span class="toc-section-heading"> + Advanced Topics + </span> + + + + + + + <ul class="site-toc"> + + + <li> + + <a class="" href="../../guide/hybrid/webviews/index.html"> + Embed Cordova in native apps + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../guide/next/index.html"> + Next Steps + </a> + + + + + + + + </li> + +</ul> + + + </li> + + + <li> + + <span class="toc-section-heading"> + Reference + </span> + + + + + + + <ul class="site-toc"> + + + <li> + + <a class="" href="../../config_ref/index.html"> + Config.xml + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../cordova/events/events.html"> + Events + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-cli/index.html"> + CLI Reference + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../guide/appdev/hooks/index.html"> + Hooks + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../plugin_ref/spec.html"> + Plugin.xml + </a> + + + + + + + + </li> + + + <li> + + <span class="toc-section-heading"> + Plugin APIs + </span> + + + + + + + <ul class="site-toc"> + + + <li> + + <a class="" href="../../reference/cordova-plugin-battery-status/index.html"> + Battery Status + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-plugin-camera/index.html"> + Camera + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-plugin-device/index.html"> + Device + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-plugin-dialogs/index.html"> + Dialogs + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-plugin-file/index.html"> + File + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-plugin-geolocation/index.html"> + Geolocation + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-plugin-inappbrowser/index.html"> + Inappbrowser + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-plugin-media/index.html"> + Media + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-plugin-media-capture/index.html"> + Media Capture + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-plugin-network-information/index.html"> + Network Information + </a> + + + + + + + + </li> + + + <li> + + <a class="this-page" href="../../reference/cordova-plugin-screen-orientation/index.html"> + Screen Orientation + </a> + + <span class="entry-highlight"></span> + + + + + <div id="page-toc" class="page-toc"></div> + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-plugin-splashscreen/index.html"> + Splashscreen + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-plugin-statusbar/index.html"> + Statusbar + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-plugin-vibration/index.html"> + Vibration + </a> + + + + + + + + </li> + + + <li> + + <a class="" href="../../reference/cordova-plugin-whitelist/index.html"> + Whitelist + </a> + + + + + + + + </li> + +</ul> + + + </li> + +</ul> + + + </li> + +</ul> + + </div> + + <!-- Page content --> + <div class="col-md-8 col-md-offset-4 col-lg-9 col-lg-offset-3 page-content-container container"> + <div class="page-content row"> + <div class="col-md-offset-1 col-md-10"> + <div class="content-header"> + + <!-- ToC Dropdown (for XS and SM sizes only) --> + <div class="toc-dropdown dropdown visible-xs-block visible-sm-block"> + <button class="btn btn-default dropdown-toggle" type="button" id="tocDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> + Table of Contents + <span class="caret"></span> + </button> + <ul class="dropdown-menu"> + + + + + +<li> + <a class="" href="../../guide/overview/index.html"> + Overview + </a> +</li> + + + + + + + + + + +<li> + <a class="" href="../../guide/cli/index.html"> + Create your first app + </a> +</li> + + + + +<li> + <a class="" href="../../guide/cli/template.html"> + Templates for apps + </a> +</li> + + + + +<li> + <a class="" href="../../guide/support/index.html"> + Platform support + </a> +</li> + + + + + + + +<li> + <a class="" href="../../guide/platforms/android/index.html"> + Android + </a> +</li> + + + + +<li> + <a class="" href="../../guide/platforms/ios/index.html"> + iOS + </a> +</li> + + + + +<li> + <a class="" href="../../guide/platforms/osx/index.html"> + OS X + </a> +</li> + + + + +<li> + <a class="" href="../../guide/platforms/win8/index.html"> + Windows + </a> +</li> + + + + + + + +<li> + <a class="" href="../../platform_plugin_versioning_ref/index.html"> + Manage versions and platforms + </a> +</li> + + + + +<li> + <a class="" href="../../config_ref/images.html"> + Customize icons + </a> +</li> + + + + +<li> + <a class="" href="../../cordova/storage/storage.html"> + Store data + </a> +</li> + + + + +<li> + <a class="" href="../../guide/appdev/privacy/index.html"> + Manage privacy + </a> +</li> + + + + +<li> + <a class="" href="../../guide/appdev/security/index.html"> + Manage security + </a> +</li> + + + + +<li> + <a class="" href="../../guide/appdev/whitelist/index.html"> + Whitelisting + </a> +</li> + + + + + + + + + + +<li> + <a class="" href="../../guide/hybrid/plugins/index.html"> + Create a plugin + </a> +</li> + + + + + + + +<li> + <a class="" href="../../guide/platforms/android/plugin.html"> + Android + </a> +</li> + + + + +<li> + <a class="" href="../../guide/platforms/ios/plugin.html"> + iOS + </a> +</li> + + + + +<li> + <a class="" href="../../guide/platforms/win8/plugin.html"> + Windows + </a> +</li> + + + + + + + +<li> + <a class="" href="../../plugin_ref/plugman.html"> + Use Plugman + </a> +</li> + + + + + + + + + + +<li> + <a class="" href="../../guide/hybrid/webviews/index.html"> + Embed Cordova in native apps + </a> +</li> + + + + +<li> + <a class="" href="../../guide/next/index.html"> + Next Steps + </a> +</li> + + + + + + + + + + +<li> + <a class="" href="../../config_ref/index.html"> + Config.xml + </a> +</li> + + + + +<li> + <a class="" href="../../cordova/events/events.html"> + Events + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-cli/index.html"> + CLI Reference + </a> +</li> + + + + +<li> + <a class="" href="../../guide/appdev/hooks/index.html"> + Hooks + </a> +</li> + + + + +<li> + <a class="" href="../../plugin_ref/spec.html"> + Plugin.xml + </a> +</li> + + + + + + + +<li> + <a class="" href="../../reference/cordova-plugin-battery-status/index.html"> + Battery Status + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-plugin-camera/index.html"> + Camera + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-plugin-device/index.html"> + Device + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-plugin-dialogs/index.html"> + Dialogs + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-plugin-file/index.html"> + File + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-plugin-geolocation/index.html"> + Geolocation + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-plugin-inappbrowser/index.html"> + Inappbrowser + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-plugin-media/index.html"> + Media + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-plugin-media-capture/index.html"> + Media Capture + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-plugin-network-information/index.html"> + Network Information + </a> +</li> + + + + +<li> + <a class="this-page" href="../../reference/cordova-plugin-screen-orientation/index.html"> + Screen Orientation + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-plugin-splashscreen/index.html"> + Splashscreen + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-plugin-statusbar/index.html"> + Statusbar + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-plugin-vibration/index.html"> + Vibration + </a> +</li> + + + + +<li> + <a class="" href="../../reference/cordova-plugin-whitelist/index.html"> + Whitelist + </a> +</li> + + + + + + + + + + + </ul> + </div> + + + + <a class="edit" href="https://github.com/apache/cordova-plugin-screen-orientation/blob/master/README.md"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Edit</a> + + + + + <!-- Language dropdown --> + <div class="dropdown"> + <button class="btn btn-default dropdown-toggle" type="button" id="languageDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> + English + <span class="caret"></span> + </button> + + <!-- List all languages --> + <ul class="dropdown-menu" aria-labelledby="languageDropdown"> + + + + + + + + + + + + + <li> + <a href="/docs/de/dev/reference/cordova-plugin-screen-orientation/index.html" class=""> + + Deutsch + + </a> + </li> + + + + + + + + + + + + + <li> + <a href="/docs/en/dev/reference/cordova-plugin-screen-orientation/index.html" class=""> + + <span class="selected"> + English + </span> + + </a> + </li> + + + + + + + + + + + + + <li> + <a href="/docs/es/dev/reference/cordova-plugin-screen-orientation/index.html" class=""> + + Español + + </a> + </li> + + + + + + + + + + + + + <li> + <a href="/docs/fr/dev/reference/cordova-plugin-screen-orientation/index.html" class=""> + + Français + + </a> + </li> + + + + + + + + + + + + + <li> + <a href="/docs/it/dev/reference/cordova-plugin-screen-orientation/index.html" class=""> + + Italiano + + </a> + </li> + + + + + + + + + + + + + <li> + <a href="/docs/ja/dev/reference/cordova-plugin-screen-orientation/index.html" class=""> + + æ¥æ¬èª + + </a> + </li> + + + + + + + + + + + + + <li> + <a href="/docs/ko/dev/reference/cordova-plugin-screen-orientation/index.html" class=""> + + íêµì´ + + </a> + </li> + + + + + + + + + + + + + <li> + <a href="/docs/pl/dev/reference/cordova-plugin-screen-orientation/index.html" class=""> + + Polski + + </a> + </li> + + + + + + + + + + + + + <li> + <a href="/docs/ru/dev/reference/cordova-plugin-screen-orientation/index.html" class=""> + + Ð ÑÑÑкий + + </a> + </li> + + + + + + + + + + + + + <li> + <a href="/docs/sl/dev/reference/cordova-plugin-screen-orientation/index.html" class=""> + + Slovene + + </a> + </li> + + + + + + + + + + + + + <li> + <a href="/docs/zh-cn/dev/reference/cordova-plugin-screen-orientation/index.html" class=""> + + ç®ä½ä¸æ + + </a> + </li> + + + + + + + + + + + + + <li> + <a href="/docs/zh-tw/dev/reference/cordova-plugin-screen-orientation/index.html" class=""> + + ç¹é«ä¸æ + + </a> + </li> + + </ul> + </div> + + <!-- Version dropdown --> + <div class="dropdown"> + <button class="btn btn-default dropdown-toggle" type="button" id="versionDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> + dev + + <span class="caret"></span> + </button> + <ul class="dropdown-menu" aria-labelledby="versionDropdown"> + + <!-- List versions available in this language --> + + <li> + + + + + + + + + + + + + + <a href="/docs/en/dev/reference/cordova-plugin-screen-orientation/index.html" class=""> + + <span class="selected"> + + dev + + + </span> + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/latest/" class="missing-page"> + + + 7.x + + (Latest) + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/6.x/" class="missing-page"> + + + 6.x + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/5.4.0/" class="missing-page"> + + + 5.4.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/5.1.1/" class="missing-page"> + + + 5.1.1 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/5.0.0/" class="missing-page"> + + + 5.0.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/4.0.0/" class="missing-page"> + + + 4.0.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/3.6.0/" class="missing-page"> + + + 3.6.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/3.5.0/" class="missing-page"> + + + 3.5.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/3.4.0/" class="missing-page"> + + + 3.4.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/3.3.0/" class="missing-page"> + + + 3.3.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/3.2.0/" class="missing-page"> + + + 3.2.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/3.1.0/" class="missing-page"> + + + 3.1.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/3.0.0/" class="missing-page"> + + + 3.0.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/2.9.0/" class="missing-page"> + + + 2.9.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/2.8.0/" class="missing-page"> + + + 2.8.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/2.7.0/" class="missing-page"> + + + 2.7.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/2.6.0/" class="missing-page"> + + + 2.6.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/2.5.0/" class="missing-page"> + + + 2.5.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/2.4.0/" class="missing-page"> + + + 2.4.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/2.3.0/" class="missing-page"> + + + 2.3.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/2.2.0/" class="missing-page"> + + + 2.2.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/2.1.0/" class="missing-page"> + + + 2.1.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/2.0.0/" class="missing-page"> + + + 2.0.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/1.9.0/" class="missing-page"> + + + 1.9.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/1.8.1/" class="missing-page"> + + + 1.8.1 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/1.8.0/" class="missing-page"> + + + 1.8.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/1.7.0/" class="missing-page"> + + + 1.7.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/1.6.1/" class="missing-page"> + + + 1.6.1 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/1.6.0/" class="missing-page"> + + + 1.6.0 + + + + </a> + </li> + + <li> + + + + + + + + + + + + + + + + <a href="/docs/en/1.5.0/" class="missing-page"> + + + 1.5.0 + + + + </a> + </li> + + </ul> + </div> + </div> + + + + + + + + + + + <!-- Show warnings for special versions --> + <!-- dev warning --> + + <div class="alert docs-alert alert-info" role="alert"> + <button type="button" class="close" data-dismiss="alert" aria-label="Close"> + <span aria-hidden="true">×</span> + </button> + This version of the documentation is under development! + <a href="/docs/en/latest/"> + Click here for the latest released version. + </a> + </div> + + + <!-- outdated warning --> + + + <!-- plugin version warning --> + + <div class="alert alert-warning docs-alert" role="alert"> + <button type="button" class="close" data-dismiss="alert" aria-label="Close"> + <span aria-hidden="true">×</span> + </button> + This documentation describes this plugin at version master. + <a href="https://github.com/apache/cordova-plugin-screen-orientation/releases"> + Other versions are on GitHub. + </a> + </div> + + + <div id="page-toc-source"> + <!-- WARNING: This file is generated. See fetch_docs.js. --> + +<!-- +# license: Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +--> + +<table><thead> +<tr> +<th style="text-align: center">AppVeyor</th> +<th style="text-align: center">Travis CI</th> +</tr> +</thead><tbody> +<tr> +<td style="text-align: center"><a href="https://ci.appveyor.com/project/ApacheSoftwareFoundation/cordova-plugin-screen-orientation"><img src="https://ci.appveyor.com/api/projects/status/github/apache/cordova-plugin-screen-orientation?branch=master" alt="Build status"></a></td> +<td style="text-align: center"><a href="https://travis-ci.org/apache/cordova-plugin-screen-orientation"><img src="https://travis-ci.org/apache/cordova-plugin-screen-orientation.svg?branch=master" alt="Build Status"></a></td> +</tr> +</tbody></table> + +<h1>Cordova Screen Orientation Plugin</h1> + +<p>Cordova plugin to set/lock the screen orientation in a common way for iOS, Android, and windows-uwp. This plugin is based on <a href="http://www.w3.org/TR/screen-orientation/">Screen Orientation API</a> so the api matches the current spec.</p> + +<p>The plugin adds the following to the screen object (<code>window.screen</code>):</p> +<div class="highlight"><pre><code class="language-js" data-lang="js"><span class="c1">// lock the device orientation</span> +<span class="p">.</span><span class="nx">orientation</span><span class="p">.</span><span class="nx">lock</span><span class="p">(</span><span class="s1">'portrait'</span><span class="p">)</span> + +<span class="c1">// unlock the orientation</span> +<span class="p">.</span><span class="nx">orientation</span><span class="p">.</span><span class="nx">unlock</span><span class="p">()</span> + +<span class="c1">// current orientation</span> +<span class="p">.</span><span class="nx">orientation</span> +</code></pre></div> +<h2>Install</h2> +<div class="highlight"><pre><code class="language-bash" data-lang="bash">cordova plugin add cordova-plugin-screen-orientation +</code></pre></div> +<h2>Supported Orientations</h2> + +<h4>portrait-primary</h4> + +<blockquote> +<p>The orientation is in the primary portrait mode.</p> +</blockquote> + +<h4>portrait-secondary</h4> + +<blockquote> +<p>The orientation is in the secondary portrait mode.</p> +</blockquote> + +<h4>landscape-primary</h4> + +<blockquote> +<p>The orientation is in the primary landscape mode.</p> +</blockquote> + +<h4>landscape-secondary</h4> + +<blockquote> +<p>The orientation is in the secondary landscape mode.</p> +</blockquote> + +<h4>portrait</h4> + +<blockquote> +<p>The orientation is either portrait-primary or portrait-secondary (sensor).</p> +</blockquote> + +<h4>landscape</h4> + +<blockquote> +<p>The orientation is either landscape-primary or landscape-secondary (sensor).</p> +</blockquote> + +<h4>any</h4> + +<blockquote> +<p>orientation is unlocked - all orientations are supported.</p> +</blockquote> + +<h2>Usage</h2> +<div class="highlight"><pre><code class="language-js" data-lang="js"><span class="c1">// set to either landscape</span> +<span class="nx">screen</span><span class="p">.</span><span class="nx">orientation</span><span class="p">.</span><span class="nx">lock</span><span class="p">(</span><span class="s1">'landscape'</span><span class="p">);</span> + +<span class="c1">// allow user rotate</span> +<span class="nx">screen</span><span class="p">.</span><span class="nx">orientation</span><span class="p">.</span><span class="nx">unlock</span><span class="p">();</span> + +<span class="c1">// access current orientation</span> +<span class="nx">console</span><span class="p">.</span><span class="nx">log</span><span class="p">(</span><span class="s1">'Orientation is '</span> <span class="o">+</span> <span class="nx">screen</span><span class="p">.</span><span class="nx">orientation</span><span class="p">.</span><span class="nx">type</span><span class="p">);</span> +</code></pre></div> +<h2>Events</h2> + +<p>Both android and iOS will fire the orientationchange event on the window object. +For this version of the plugin use the window object if you require notification.</p> + +<h3>Example usage</h3> +<div class="highlight"><pre><code class="language-js" data-lang="js"><span class="nb">window</span><span class="p">.</span><span class="nx">addEventListener</span><span class="p">(</span><span class="s2">"orientationchange"</span><span class="p">,</span> <span class="kd">function</span><span class="p">(){</span> + <span class="nx">console</span><span class="p">.</span><span class="nx">log</span><span class="p">(</span><span class="nx">screen</span><span class="p">.</span><span class="nx">orientation</span><span class="p">.</span><span class="nx">type</span><span class="p">);</span> <span class="c1">// e.g. portrait</span> +<span class="p">});</span> +</code></pre></div> +<p>The 'change' event listener has also been added to the screen.orientation object.</p> + +<h3>Example usage</h3> +<div class="highlight"><pre><code class="language-js" data-lang="js"><span class="nx">screen</span><span class="p">.</span><span class="nx">orientation</span><span class="p">.</span><span class="nx">addEventListener</span><span class="p">(</span><span class="s1">'change'</span><span class="p">,</span> <span class="kd">function</span><span class="p">(){</span> + <span class="nx">console</span><span class="p">.</span><span class="nx">log</span><span class="p">(</span><span class="nx">screen</span><span class="p">.</span><span class="nx">orientation</span><span class="p">.</span><span class="nx">type</span><span class="p">);</span> <span class="c1">// e.g. portrait</span> +<span class="p">});</span> + <span class="c1">// OR</span> + +<span class="nx">screen</span><span class="p">.</span><span class="nx">orientation</span><span class="p">.</span><span class="nx">onchange</span> <span class="o">=</span> <span class="kd">function</span><span class="p">(){</span><span class="nx">console</span><span class="p">.</span><span class="nx">log</span><span class="p">(</span><span class="nx">screen</span><span class="p">.</span><span class="nx">orientation</span><span class="p">.</span><span class="nx">type</span><span class="p">);</span> +<span class="p">};</span> + +</code></pre></div> +<h2>Android Notes</h2> + +<p>The <strong>screen.orientation</strong> property will not update when the phone is <a href="http://www.quirksmode.org/dom/events/orientationchange.html">rotated 180 degrees</a>.</p> + +<h2>Windows UWP Notes</h2> + +<p>Windows store apps (windows-uwp) will only display orientation changes if the device has some sort of accelerometer. The internal state of the "orientation" will still be kept, but the actual screen won't rotate unless the device supports it.</p> + +<h1>Legacy Changelog</h1> + +<p>See <a href="RELEASENOTES.md">RELEASENOTES.md</a> for the automated changelog.</p> + +<h1>Changelog</h1> + +<h2>2.0.0</h2> + +<ul> +<li>Common javascript for iOS, Android and Windows.</li> +</ul> + +<h2>1.4.2</h2> + +<ul> +<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/101">#101</a> make iOS rotate as needed when lockOrientation is called</li> +</ul> + +<h2>1.4.1</h2> + +<ul> +<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/89">#89</a> Fix for cordova >= 3.6.3</li> +</ul> + +<h2>1.4.0</h2> + +<ul> +<li>Added Windows 8.1 Support</li> +<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/54">#54</a> Background thread for ios</li> +<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/64">#64</a> Orientation naming bug fixed</li> +<li>Add portrait upside down to iOS default orientations</li> +</ul> + +<h2>1.3.5-6</h2> + +<ul> +<li>Plugin added to npm</li> +</ul> + +<h2>1.3.4</h2> + +<ul> +<li>Readme update</li> +</ul> + +<h2>1.3.3</h2> + +<ul> +<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/53">#53</a> WP8 Support</li> +</ul> + +<h2>1.3.2</h2> + +<ul> +<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/33">#33</a> iOS8 Delay Block</li> +</ul> + +<h2>1.3.0</h2> + +<ul> +<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/23">#23</a> iOS8 flicker</li> +</ul> + +<h2>1.2.0-1.2.1</h2> + +<ul> +<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/19">#19</a> iOS8 Crash</li> +</ul> + +<p>Pull requests welcome.</p> + + + </div> + </div> + </div> + <div class="row"> + <div class="blue-divider"></div> +<footer> + <div class="container-fluid"> + <div class="row"> + <div class="col-sm-9"> + <h1>More Resources</h1> + <div class="row"> + <div class="col-sm-4"> + <h2>General</h2> + <ul class="nav"> + <li> + <a target="_blank" href="https://projects.apache.org/project.html?cordova">Apache Project Page</a> + </li> + <li> + <a href="http://www.apache.org/dyn/closer.cgi/cordova">Source Distribution</a> + </li> + <li> + <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">License</a> + </li> + <li> + <a href="/artwork">Artwork</a> + </li> + </ul> + </div> + <div class="col-sm-4"> + <h2>Development</h2> + <ul class="nav"> + <li><a target="_blank" href="https://github.com/apache?utf8=%E2%9C%93&q=cordova-">Source Code</a></li> + <li><a target="_blank" href="https://issues.apache.org/jira/browse/CB/">Issue Tracker</a></li> + <li><a target="_blank" href="http://stackoverflow.com/questions/tagged/cordova">Stack Overflow</a></li> + <li><a href="/contact">Mailing List</a></li> + <li><a href="/contribute/nightly_builds.html">Nightly builds</a></li> + </ul> + </div> + <div class="col-sm-4"> + <h2>Apache Software Foundation</h2> + <ul class="nav"> + <li> + <a target="_blank" href="http://www.apache.org/">About ASF</a> + </li> + <li> + <a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a> + </li> + <li> + <a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a> + </li> + <li> + <a target="_blank" href="http://www.apache.org/security/">Security</a> + </li> + </ul> + </div> + </div> + </div> + <div class="col-sm-3"> + <h1>Contribute</h1> + <p style="padding-top:20px"><strong>Help Cordova move forward!</strong></p> + <p>Report bugs, improve the docs, or contribute to the code.</p> + <a href="/contribute" class="btn btn-lg btn-primary"> + Learn More + </a> + <p style="padding-top:20px"> <a href="https://twitter.com/apachecordova" class="twitter-follow-button" data-show-count="false">Follow @apachecordova</a></p> + <script async defer src="https://slack-cordova-io.herokuapp.com/slackin.js"></script> + </div> +</div> +<p class="copyright_text"> + Copyright © 2012, 2013, 2015 The Apache Software Foundation, Licensed under the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/> + Apache and the Apache feather logos are <a target="_blank" href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation. + <br/> + "Raleway" font used under license. For details see the <a href="/attributions/">attributions page</a>. +</p> + + </div> +</footer> + + </div> + </div> +</div> + +<script defer type="text/javascript" src="/static/js/lib/toc.min.js"></script> +<script defer type="text/javascript" src="/static/js/docs.js"></script> + + <script defer type="text/javascript" src="/static/js/index.js"></script> + <script defer type="text/javascript" src="/static/js/twitter.js"></script> + + + + + + + + +<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script> +<script type="text/javascript"> + docsearch({ + apiKey: '0a916ab198bd93d031aa70611271e42e', + indexName: 'cordova', + inputSelector: '#header-search-field', + algoliaOptions: { 'facetFilters': ["version: dev", "language: en"] } + }); +</script> + +</body> +</html>
Modified: cordova/site/public/docs/en/dev/reference/cordova-plugin-splashscreen/index.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-splashscreen/index.html?rev=1825676&r1=1825675&r2=1825676&view=diff ============================================================================== --- cordova/site/public/docs/en/dev/reference/cordova-plugin-splashscreen/index.html (original) +++ cordova/site/public/docs/en/dev/reference/cordova-plugin-splashscreen/index.html Thu Mar 1 19:27:06 2018 @@ -261,21 +261,6 @@ <li> - <a class="" href="../../guide/platforms/blackberry10/home.html"> - Blackberry 10 - </a> - - - - - - - - </li> - - - <li> - <a class="" href="../../guide/platforms/ios/index.html"> iOS </a> @@ -306,21 +291,6 @@ <li> - <a class="" href="../../guide/platforms/ubuntu/index.html"> - Ubuntu - </a> - - - - - - - - </li> - - - <li> - <a class="" href="../../guide/platforms/win8/index.html"> Windows </a> @@ -333,21 +303,6 @@ </li> - - <li> - - <a class="" href="../../guide/platforms/wp8/home.html"> - WP8 - </a> - - - - - - - - </li> - </ul> @@ -509,21 +464,6 @@ <li> - <a class="" href="../../guide/platforms/blackberry10/plugin.html"> - Blackberry 10 - </a> - - - - - - - - </li> - - - <li> - <a class="" href="../../guide/platforms/ios/plugin.html"> iOS </a> @@ -551,21 +491,6 @@ </li> - - <li> - - <a class="" href="../../guide/platforms/wp8/plugin.html"> - WP8 - </a> - - - - - - - - </li> - </ul> @@ -776,36 +701,6 @@ <li> - <a class="" href="../../reference/cordova-plugin-console/index.html"> - Console - </a> - - - - - - - - </li> - - - <li> - - <a class="" href="../../reference/cordova-plugin-contacts/index.html"> - Contacts - </a> - - - - - - - - </li> - - - <li> - <a class="" href="../../reference/cordova-plugin-device/index.html"> Device </a> @@ -821,36 +716,6 @@ <li> - <a class="" href="../../reference/cordova-plugin-device-motion/index.html"> - Device Motion - </a> - - - - - - - - </li> - - - <li> - - <a class="" href="../../reference/cordova-plugin-device-orientation/index.html"> - Device Orientation - </a> - - - - - - - - </li> - - - <li> - <a class="" href="../../reference/cordova-plugin-dialogs/index.html"> Dialogs </a> @@ -881,21 +746,6 @@ <li> - <a class="" href="../../reference/cordova-plugin-file-transfer/index.html"> - File Transfer - </a> - - - - - - - - </li> - - - <li> - <a class="" href="../../reference/cordova-plugin-geolocation/index.html"> Geolocation </a> @@ -911,21 +761,6 @@ <li> - <a class="" href="../../reference/cordova-plugin-globalization/index.html"> - Globalization - </a> - - - - - - - - </li> - - - <li> - <a class="" href="../../reference/cordova-plugin-inappbrowser/index.html"> Inappbrowser </a> @@ -986,16 +821,14 @@ <li> - <a class="this-page" href="../../reference/cordova-plugin-splashscreen/index.html"> - Splashscreen + <a class="" href="../../reference/cordova-plugin-screen-orientation/index.html"> + Screen Orientation </a> - <span class="entry-highlight"></span> - - <div id="page-toc" class="page-toc"></div> + </li> @@ -1003,14 +836,16 @@ <li> - <a class="" href="../../reference/cordova-plugin-vibration/index.html"> - Vibration + <a class="this-page" href="../../reference/cordova-plugin-splashscreen/index.html"> + Splashscreen </a> + <span class="entry-highlight"></span> + - + <div id="page-toc" class="page-toc"></div> </li> @@ -1033,8 +868,8 @@ <li> - <a class="" href="../../reference/cordova-plugin-whitelist/index.html"> - Whitelist + <a class="" href="../../reference/cordova-plugin-vibration/index.html"> + Vibration </a> @@ -1048,8 +883,8 @@ <li> - <a class="" href="../../reference/cordova-plugin-legacy-whitelist/index.html"> - Legacy Whitelist + <a class="" href="../../reference/cordova-plugin-whitelist/index.html"> + Whitelist </a> @@ -1147,15 +982,6 @@ <li> - <a class="" href="../../guide/platforms/blackberry10/home.html"> - Blackberry 10 - </a> -</li> - - - - -<li> <a class="" href="../../guide/platforms/ios/index.html"> iOS </a> @@ -1174,15 +1000,6 @@ <li> - <a class="" href="../../guide/platforms/ubuntu/index.html"> - Ubuntu - </a> -</li> - - - - -<li> <a class="" href="../../guide/platforms/win8/index.html"> Windows </a> @@ -1191,15 +1008,6 @@ -<li> - <a class="" href="../../guide/platforms/wp8/home.html"> - WP8 - </a> -</li> - - - - @@ -1285,15 +1093,6 @@ <li> - <a class="" href="../../guide/platforms/blackberry10/plugin.html"> - Blackberry 10 - </a> -</li> - - - - -<li> <a class="" href="../../guide/platforms/ios/plugin.html"> iOS </a> @@ -1311,15 +1110,6 @@ -<li> - <a class="" href="../../guide/platforms/wp8/plugin.html"> - WP8 - </a> -</li> - - - - @@ -1429,24 +1219,6 @@ <li> - <a class="" href="../../reference/cordova-plugin-console/index.html"> - Console - </a> -</li> - - - - -<li> - <a class="" href="../../reference/cordova-plugin-contacts/index.html"> - Contacts - </a> -</li> - - - - -<li> <a class="" href="../../reference/cordova-plugin-device/index.html"> Device </a> @@ -1456,24 +1228,6 @@ <li> - <a class="" href="../../reference/cordova-plugin-device-motion/index.html"> - Device Motion - </a> -</li> - - - - -<li> - <a class="" href="../../reference/cordova-plugin-device-orientation/index.html"> - Device Orientation - </a> -</li> - - - - -<li> <a class="" href="../../reference/cordova-plugin-dialogs/index.html"> Dialogs </a> @@ -1492,15 +1246,6 @@ <li> - <a class="" href="../../reference/cordova-plugin-file-transfer/index.html"> - File Transfer - </a> -</li> - - - - -<li> <a class="" href="../../reference/cordova-plugin-geolocation/index.html"> Geolocation </a> @@ -1510,15 +1255,6 @@ <li> - <a class="" href="../../reference/cordova-plugin-globalization/index.html"> - Globalization - </a> -</li> - - - - -<li> <a class="" href="../../reference/cordova-plugin-inappbrowser/index.html"> Inappbrowser </a> @@ -1555,8 +1291,8 @@ <li> - <a class="this-page" href="../../reference/cordova-plugin-splashscreen/index.html"> - Splashscreen + <a class="" href="../../reference/cordova-plugin-screen-orientation/index.html"> + Screen Orientation </a> </li> @@ -1564,8 +1300,8 @@ <li> - <a class="" href="../../reference/cordova-plugin-vibration/index.html"> - Vibration + <a class="this-page" href="../../reference/cordova-plugin-splashscreen/index.html"> + Splashscreen </a> </li> @@ -1582,8 +1318,8 @@ <li> - <a class="" href="../../reference/cordova-plugin-whitelist/index.html"> - Whitelist + <a class="" href="../../reference/cordova-plugin-vibration/index.html"> + Vibration </a> </li> @@ -1591,8 +1327,8 @@ <li> - <a class="" href="../../reference/cordova-plugin-legacy-whitelist/index.html"> - Legacy Whitelist + <a class="" href="../../reference/cordova-plugin-whitelist/index.html"> + Whitelist </a> </li> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org