Zoltan Demant
10/27/2022, 5:17 AMFontFamily.Resolver.preload(...)
and only showing my content after the call finishes.
Is this a really bad idea? Considering cases where the user has no/bad connectivity, etc. Would I potentially be blocking them from accessing my app for a long time? And if thats the case, is there an alternative?Albert Chang
10/27/2022, 5:56 AMwithTimeout() { ... }
to achieve similar effect.Zoltan Demant
10/27/2022, 10:06 AM