hi, i have a problem when running the app on my ipad after updating ios 12.1.4 - getting a white screen without any errors. However the app works fine on simulator and iPhone 12.1.2. Also i can normally build the app and upload to testfligh, installations work fine on any device with ios < 12.1.4. Any tips?
i found the reason, it was not related to the last ios update 12.1.4 at all (just a coincidence) but it was due to custom sidemenu animation i had added before, and it occured on wide screen devices only (thats why it broke my ipad but iphone worked fine), so very weird bug and hard to track down because there were no code errors (sidemenu animation was done with css transition). Thanks guys for your time!