Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70429

Flebox dont work after ionic build android

$
0
0

@PterPmnta wrote:

I 'm trying d migrate an application but when compiling the styles applied to flebox not work.

System information

Cordova CLI: 6.0.0
Ionic CLI Version: 1.7.14
Ionic App Lib Version: 0.7.0
OS: Windows 10
Node Version: v5.5.0
Android Studio 1.5

Ionic lab

The error see now in ios dont show before

HTML

`

    <ion-content>

        <div id="login">

        <div class="logo-unicesar">
            <img src="img/logo2.png" class="">
        </div>

        <div class="list list-inset">

            <div class="text-center">
                <p>{{respuesta}}</p>
            </div>

            <label class="item item-input">
                <i class="icon ion-person placeholder-icon"></i>
                <input type="text" placeholder="Usuario">
            </label>

            <label class="item item-input">
                <i class="icon ion-key placeholder-icon"></i>
                <input type="password" placeholder="Contraseña">
            </label>

            <button class="button button-block button-balanced">
                INGRESAR
            </button>

        </div>

    </div>

    <div class="bar bar-footer bar-balanced">
        <div class="title">UNICESAR</div>
    </div>`

CSS

`#login{
     height: 100%;
 }

.logo-unicesar{
     height: 40%;
     margin: auto;
     display: flex;
     display: -webkit-flex;
     justify-content: center;
     justify-content:
     align-content: center;
     align-items: center;
 }

 .formulario{
      margin: auto;
      display: flex;
  }

 .text-center{
       margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
  }

 .text-center p{
    height: 25px;
        padding-bottom: 5px;
        color: firebrick;
        font-weight: 500;
  }

Android View

`

Posts: 6

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 70429

Trending Articles