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

Yet another blank screen issue (iOS)

$
0
0

@cristianguedes wrote:

After splash screen, shows a blank (white) screen on iOS. The page constructor is called. But nothing is displayed. No error shown on console. Any help is appreciated!

My ionic info:

sh-3.2# ionic info

cli packages: (/Users/imac/Documents/toolsoft/git/ashey.git/node_modules)

    @ionic/cli-utils  : 1.19.0
    ionic (Ionic CLI) : 3.19.0

global packages:

    cordova (Cordova CLI) : 8.0.0

local packages:

    @ionic/app-scripts : 2.1.4
    Cordova Platforms  : android 6.3.0 ios 4.4.0
    Ionic Framework    : ionic-angular 3.6.0

System:

    ios-deploy : 1.9.2
    Node       : v9.2.0
    npm        : 5.5.1
    OS         : macOS High Sierra
    Xcode      : Xcode 9.2 Build version 9C40b

Environment Variables:

    ANDROID_HOME : not set

Misc:

    backend : pro

Login page content is:

<ion-content text-center padding>


        <img class="login-logo" src="assets/images/icon.png" />

        <form [formGroup]="myForm" (ngSubmit)="submit()" >
            <ion-item>
                <ion-label floating>Login</ion-label>
                <ion-input type="text" autocapitalize="none" [formControl]="myForm.controls.login"></ion-input>
            </ion-item>
            <div *ngIf="myForm.controls.login.hasError('required') && myForm.controls.login.touched" class="error-box">* Campo login é obrigatório!</div>
            <ion-item>
                <ion-label floating>Senha</ion-label>
                <ion-input type="password" [formControl]="myForm.controls.senha"></ion-input>
            </ion-item>
            <div *ngIf="myForm.controls.senha.hasError('required') && myForm.controls.senha.touched" class="error-box">* Campo senha é obrigatório!</div>
            <button color="azulAgencia" ion-button block round type="submit" [disabled]="!myForm.valid">
                Entrar
            </button>
            <button class="nouppercase-button" clear color="C0064B5" ion-button block round (click)="esqueciSenha()">Esqueceu a senha?</button>
            <button class="nouppercase-button" clear color="C0064B5" ion-button block round (click)="cadastrarse()">Cadastre-se</button>
            <button class="nouppercase-button" clear color="C0064B5" ion-button block round (click)="logarComFacebook()">ou entre com Facebook</button>
            <button class="nouppercase-button" clear color="C0064B5" ion-button block round (click)="logarComGooglePlus()">ou entre com Google Plus</button>
        </form>


</ion-content>

In have included a console.log("Tes"'); in constructor and it is called.

BTW, everything is ok on Android and browser.

Any hints?

Posts: 10

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 70435

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>