Hello
I’m trying to see a simple example of ionic 4 on my android cell phone.
On the screen emulating the server in the browser works fine, but on the cell phone it shows the blank page and gives two errors
The key “viewport-fit” is not recognized and ignored.
Uncaught SyntaxError: Use of const in strict mode.
On android emulator :
I solved my problem (or more found a workaround) by updating emulator Android Target to 7.1.1.
So by updating in Android Studio, into Android Virtual Device Manager the target from 7.0.0 to 7.1.1 (API 25)
It seems that ionic 4 beta is not compatible with lower version…
I found this here & it works for me : https://github.com/ionic-team/ionic/issues/15426
The blank default template is working now. (no blank screen anymore)