[SOLVED] Blank white screen

Hi,

My app worked fine on couple of different android devices i could test, but when i asked a friend to test it, he said after the splash screen he gets a blank white page, his android version is kitkat 4.4, i have not tested the device myself to debug on chrome but i faced the exact issue when i emulate my app on an emulator having marshmallow android and when i debug using chrome i get:

The key “viewport-fit” is not recognized and ignored.
framework7.bundle.min.js:13 Uncaught TypeError: Array.from is not a function
gooyesh.js?3:16 Uncaught ReferenceError: Framework7 is not defined
Failed to update emulated device list. Error: Emulated device is missing required property ‘page-rect’

my thought is the issue would be the same thing. i couldn’t find any workaround on forum and web!?

Edit1:
it seems this guy getting the same errors i got ! unfortunately the topic is not solved!

Edit2:
i debugged his phone remotely and the errors are the same:
Uncaught TypeError: Object function Array() { [native code] } has no method ‘from’ framework7.bundle.min.js:13
Uncaught ReferenceError: Framework7 is not defined

F7 v4 is for android +5.

2 Likes

yes, i didn’t know v4 is unsupported prior to android 5 i have to use v3 anyway!

ok, and you have the same error on v3?

No the v3 looks fine until now! :wink:

1 Like