Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Web: Prevent Background Scroll when Minimizing with Grabber #427

Open
Assignees
ammarahm-ed
@isaacsultan

Description

@isaacsultan

Hello, I'm unable to minimize the action sheet on iOS Safari, when dragging down on the grabber/header. When I drag, the whole page is scrolled.

This is how I instantiate ActionSheet

import React from 'react';import ActionSheet, { ActionSheetProps } from 'react-native-actions-sheet';const Sheet = ({ children, ...restProps }: ActionSheetProps) => {  return (    <ActionSheet        gestureEnabled={true}        headerAlwaysVisible        backgroundInteractionEnabled={false}        {...restProps}      >        {children}      </ActionSheet>  );};export default Sheet;

Here's a video of the behaviour:
https://github.com/user-attachments/assets/a13376f0-8d5b-4d45-b84d-4f3f209b7066

Scroll gesture and position:
Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp