Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebView with Adaptive Sheet presentation bug #77

Open
nilufer32 opened this issue Mar 25, 2024 · 1 comment
Open

WebView with Adaptive Sheet presentation bug #77

nilufer32 opened this issue Mar 25, 2024 · 1 comment

Comments

@nilufer32
Copy link

nilufer32 commented Mar 25, 2024

When replacing the modalpresentationstyle of the bottomsheetUiViewController from popover to formsheet and using the following detents:

bottomSheetUIViewController.modalPresentationStyle = UIModalPresentationFormSheet
bottomSheetUIViewController.sheetPresentationController?.setDetents(
            listOf(
                UISheetPresentationControllerDetent.mediumDetent(),
                UISheetPresentationControllerDetent.largeDetent(),
            ),
        )

and placing a WebView inside the sheet, dragging the sheet from the medium to the large detent causes a weird flickering of the webview from the bottom [as if it were continuously resizing].

@nilufer32
Copy link
Author

Hello,
any plans on checking out this issue? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant