cordova dev android shows no text on first build (but shows emoticons)
-
Hi,
I have a cordova app in quasar. I use cordova dev mode emulated on android (android studio).
Whenever It builds the first time I have no text showing up in any component that uses a layout.
The authentication screen and register screens work perfectly (no layout, standalone components), but from the moment I log in after the first build I get no text on the profile page (which uses a default layout ). Some of the text is static, some of it is dynamic.If I then hard refresh using chrome remote device tools and log in again everything works perfectly.
The weirdest thing is that emoticons do show up.
What can be the cause of this? Something with text encoding perhaps?
-
best if you show some codes imo.