33
Views
1
Comments
Bottombar with Bottomsheet in iOS
Question

Hi all,

I am encountering the issue with iOS and bottom bar with bottom sheet. The issue does not happen in Android. What I am trying to achieve here is when the user long-pressed the bottom bar item, the bottom sheet will be opened. But right now, the layout's content will be movable even when the bottomsheet is not opened. 

What I tried so far : Adding the clas to OSUI class solved the issue where the content is not scrollable (exceed the content) when the bottomsheet is not opened. But another issue raise.. when the bottomsheet is opened, the backgroundstill scrollable because I removed the display-none class from those classes.

Does anyone encountered such issue?

Kenny

2023-11-14 07-36-16
Yung Shin

Case closed, solved with CSS. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.