Calf icon indicating copy to clipboard operation
Calf copied to clipboard

WebView with Adaptive Sheet presentation bug

Open nilufer32 opened this issue 1 year ago • 1 comments

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 avatar Mar 25 '24 12:03 nilufer32

Hello, any plans on checking out this issue? thanks

nilufer32 avatar Mar 28 '24 09:03 nilufer32

Hello, Can't reproduce this with the latest version 0.5.3, can you check it now.

MohamedRejeb avatar Aug 20 '24 16:08 MohamedRejeb