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
When an app screen in a story board show a dialog, it shows up in the story boards "host" canvas and is not constrained to the "screen" it originated from. This might or might not be a desirable feature, mostly it is probably not desired if you are presenting a mobile app UI:
The text was updated successfully, but these errors were encountered:
rydmike
changed the title
Dialogs show up the StoryBoard "host" window
Dialogs show up in the StoryBoard "host" window
May 6, 2020
That's true. I will test and verify in the app where I used StoryBoard that setting useRootNavigotor to false on all show dialog calls don't cause any other issues in the app. If it does not, then this is certainly a good enough work around.
I just tested this, changed all useRootNavigator settings to false. While it did not have any perceivable effect on the functionality of the app, it also did not solve the issue. All dialogs still show up in the host app's viewport.
This happens at least when using the StoryBoard() as an in-app feature with customLanes. It solves the issue the issues when you wrap you entire app with StoryBoard though, like shown in your example.
When an app screen in a story board show a dialog, it shows up in the story boards "host" canvas and is not constrained to the "screen" it originated from. This might or might not be a desirable feature, mostly it is probably not desired if you are presenting a mobile app UI:
The text was updated successfully, but these errors were encountered: