v8 Dialogs question #3932
Replies: 1 comment
|
From what I can see, I wouldn’t rely on the old Dialog implementation when migrating from v6 to v8. The Dialog API and its layout behaviour have changed between versions, so explicitly defining the container layout may help with dialogs that previously occupied the full screen. If the issue is specifically related to ScrollView or touch interactions inside the dialog, you could also try disableAnimation: {content}I’d recommend migrating the dialogs to the current v8 API rather than trying to restore the old Dialog implementation. |
Uh oh!
There was an error while loading. Please reload this page.
Are we still able to use the old dialog component?
Currently, my app is using the dialog component incorrectly, and the dialogs are not working properly. After updating the plugin from version 6 to version 8, all dialogs that were previously 100% height are now displaying at only 50%.
Some of them also no longer work correctly with ScrollView.
Thanks
All reactions