Hello,
It’s more than a year that I have this problem, could anyone please help to solve it? It’s very annoying to have to write something like “Tap the screen if it stuck” in the first view of my app.
Hello,
It’s more than a year that I have this problem, could anyone please help to solve it? It’s very annoying to have to write something like “Tap the screen if it stuck” in the first view of my app.
We have the exact same problem
I’ve talked with the team from Realm. They say this kind of issues depends from something that is not easy to change in how realm J’s works, so their advice is to use a setTimeout as workaround.
In my example you should write it (in my case with 30ms of delay) after
resolve()
Oh I see. Thank you for providing a workaround . Will try that out. Cheers.