Ankündigung

Einklappen
Keine Ankündigung bisher.

Gira freie Visu Ajax Vollbild auf iPad Pro 12,9

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Gira freie Visu Ajax Vollbild auf iPad Pro 12,9

    Hallo..

    ich versuche eine freie Visu im 1024x768 auf einem iPad Pro 12,9 in Vollbild anzeigen zu lassen.
    Speichere dazu den Link der Ajax Visu als Homebutton. Mit zusätzlicher Funktion nicht zoomen zu können und nicht zu scrollen.

    Es geht auf einem normalen IPAd einwandfrei. Auf einem Pro 9,7 zum Beispiel.
    Aber auf einem iPad Pro nicht .. er schiebt das Bild immer links hoch.

    Siehe Screenshot.

    Anbei mein Code in der html :
    <html>
    <head>
    <title>VISU</title>
    <link rel="apple-touch-icon" />
    <meta name="viewport" content="width=1024; user-scalable=0; webkit-user-select: none;" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
    <script> function StopScroll(event) {event.preventDefault();} </script>
    <script type="text/javascript" src="js/ajax.js"></script>
    </head>
    <style class="text/css">
    body { background-color:black; }
    div {}
    img {}
    input {padding:0px; margin:0px; }
    </style>
    <body scroll="no" ontouchmove="StopScroll(event);">
    <!-- Visu -->


    Kann mir jemand helfen.. Danke..
    You do not have permission to view this gallery.
    This gallery has 1 photos.

    #2
    From wiki: The 12.9 inch model has a 2732-by-2048 Retina Display

    You have specified a display size of 1024. If you change the width specifier to width=device-width then you should be good to go.


    Bram

    Kommentar


      #3
      das ist das Problem bei der freien Visu wenn man unterschiedliche Auflösungen hat.
      Gruß Andree Czybulski

      Kommentar

      Lädt...
      X