You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using it to design multi page tours, but has to explicitly click on pages to mount them in memory, if not mounted then it runs for current screen only.
Example -
Suppose we have 3 screen in a NavigationContainer A,B,C, each having 3 tooltips.
Now if I open app, I'm on A, so I can see 3 tooltips of A only and it finishes after that,
if on B, I can see of A & B, and it ends then,
if on C, I can see all and it ends then,
Now I can view entirely by starting from A as well, because B and C mounted in memory 1 time,
I want it to run entirely even I haven't visited B & C.
Any Solutions?
The text was updated successfully, but these errors were encountered:
I am using it to design multi page tours, but has to explicitly click on pages to mount them in memory, if not mounted then it runs for current screen only.
Example -
Suppose we have 3 screen in a
NavigationContainer
A,B,C, each having 3 tooltips.Now if I open app, I'm on A, so I can see 3 tooltips of A only and it finishes after that,
if on B, I can see of A & B, and it ends then,
if on C, I can see all and it ends then,
Now I can view entirely by starting from A as well, because B and C mounted in memory 1 time,
I want it to run entirely even I haven't visited B & C.
Any Solutions?
The text was updated successfully, but these errors were encountered: