+
1 1 1

  
  1. #1
    Status
    Offline
      Rise Company
    Engineering and Technology
    Apr 2014
    Egypt
    4,611
    10

    Full Screen -


    Config
    Phone Gap / Cordova





    :
    <preference name="Fullscreen" value="true" />
    <widget>

    true false

    7

    index.js

    , index.html


    :
    <script type="text/javascript" src="js/index.js"></script>
    <script type="text/javascript" src="cordova.js"></script>
    : cordova.js <script> .

    index.js

    :
    StatusBar.hide();
    onDeviceReady: function() {

    :

    :
    onDeviceReady: function() {
            this.receivedEvent('deviceready');
             StatusBar.hide();
        },
    index.html


    , Script index.html body

    :
    <!DOCTYPE html>
    <html>
      <head>
        <title>Device Ready Example</title>
    
        <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
        <script type="text/javascript" charset="utf-8">
    
        // Wait for device API libraries to load
        //
        function onLoad() {
            document.addEventListener("deviceready", onDeviceReady, false);
        }
    
        // device APIs are available
        //
        function onDeviceReady() {
            // Now safe to use device APIs
            StatusBar.hide();
        }
    
        </script>
      </head>
      <body onload="onLoad()">
      </body>
    </html>


    :
    https://cordova.apache.org/docs/en/4...viceready.html
    https://cordova.apache.org/docs/en/l...gin-statusbar/


    ------------------------------------------------------------------------
    Rise Company for Engineering & Technology
    ------------------------------------------------------------------------
    Web Hosting | Web Designing | E-Marketing

    # 1 Business Services

    Web Hosting - Business Emails

    Web Design - Google Adwords

    www.rise.company | www.rise.company/emails

    :
    ! .



  1. Orientation -
    Rise Company Ionic/Cordova
    : 0
    : 23-07-2017, 17:18
  2. Splash Screen -
    Rise Company Ionic/Cordova
    : 0
    : 23-07-2017, 17:04
  3. Phone Gap - Cordova | Splash Screen
    Rise Company Ionic/Cordova
    : 0
    : 21-07-2017, 18:16
  4. Cordova
    Rise Company Ionic/Cordova
    : 0
    : 16-07-2017, 01:58
  5. Phone Gap / Cordova 60
    Rise Company Ionic/Cordova
    : 0
    : 27-06-2017, 23:00