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
Case closed, solved with CSS.