Black screen
Closed this issue · 2 comments
erperejildo commented
When I run Phoenix.rebirth(context);
but I see a black screen for a few seconds
MrLepage commented
Phoenix rebuild the entire widget tree beneath him.
This is the only thing it does.
Make sure you do not have any initialization code that prevents your UI do be displayed after a rebirth
desmeit commented
I have this issue as well.