When users tap on the input to get the keyboard on focus for the first time, it takes a while to open and resize. That first time takes between ~8 to ~13 seconds to open. Only happens during first time, after that, it's working really fast.
I'm wondering if there's a way to pre-bake / pre-fetch the information before, so we can avoid this part after users tap since this can also freezes the main thread
Thanks in advance!
When users tap on the input to get the keyboard on focus for the first time, it takes a while to open and resize. That first time takes between ~8 to ~13 seconds to open. Only happens during first time, after that, it's working really fast.
I'm wondering if there's a way to pre-bake / pre-fetch the information before, so we can avoid this part after users tap since this can also freezes the main thread
Thanks in advance!