student-hub / acs-upb-mobile

A mobile application for students at ACS UPB.
MIT License
27 stars 22 forks source link

PWA version sometimes cuts off strings #55

Open IoanaAlexandru opened 3 years ago

IoanaAlexandru commented 3 years ago

Describe the bug This is very random, but sometimes some strings don't display completely on the PWA version.

To Reproduce Steps to reproduce the behavior:

  1. Go to web version of app in Chrome on Android
  2. Open the menu and select "Add to homepage" to install the PWA
  3. Open installed PWA and (maybe) notice the odd strings

To test this in development, we need to build the web version and serve it over HTTP: https://stackoverflow.com/questions/62195515/access-flutter-localhost-from-real-mobile-browser

Screenshots Web version: image PWA version: image

IoanaAlexandru commented 3 years ago

Apparently this doesn't only happen in the PWA, but also in some non-Chromium browsers. Related framework issue: https://github.com/flutter/flutter/issues/63467