Software Archive
Read-only legacy content

Style css

Gérard_J_
Beginner
323 Views

Bonjour,

L'émulation et la preview de mon application fonctionnent.

Malheureusement l'application installée sur ANDROID ne tient pas compte du style (inclus dans index html).

Ce problème est-il connu ?

<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=no">

      <style type="text/css">
      @-ms-viewport { width: 100vw ; min-zoom: 100% ; zoom: 100% ; }  @viewport { width: 100vw ; min-zoom: 100% zoom: 100% ; }
        @-ms-viewport { user-zoom: fixed ; min-zoom: 100% ; }           @viewport { user-zoom: fixed ; min-zoom: 100% ; }
        .mois {

          background-image: linear-gradient(#8CAEFF,#7692D6);
          font-weight: bold;
          border-radius:10px;
          text-align: center;
          COLOR: white
        }
        th {color: #34405E;}
        td {
          padding-left:5px;
          padding-right:5px;
          border-radius:10px;
        }
        tr {
          background-image:linear-gradient(#eeeeee,#cccccc);
          
          }
        #tables {
          margin-left: auto;
          margin-right: auto;
 
          width:360px;
          height:1800px;
          color: #34405E;
        }
        #anniv {
          position: absolute;
          padding-left: 2em;          
          width: 10em;
          color:#343434;
        }
        #fetes {
          position: absolute;
          padding-left: 12em;
          width: 10em;
        }
        #bouton:hover{
          background-image: radial-gradient(#eeeeee,#aaaaaa);
        }
        #bouton {
          float: left;
          background-image: radial-gradient(#aaaaaa,#eeeeee);
          width:6em;
          height:1.5em;
          text-align: center;
          border-radius:40%;
        }
        h2, h1 {
        color:#646464;
        }
        #page {

          margin-left: auto;
          margin-right: auto;
          width:36em;          
        }
      </style>
 

0 Kudos
1 Reply
Gérard_J_
Beginner
323 Views

Un Rebuild et installation de la version ARM a résolu ce problème.

Merci de considérer ce TOPIC comme CLOSE.
 

0 Kudos
Reply