Skip to content

[v2] [Android] interceptTouchOutside false does not work #4953

@lukefanning

Description

@lukefanning

Issue Description

On Android only, setting option interceptTouchOutside to false does not allow touch events to occur on elements underneath the overlay. On iOS it works perfectly.

Steps to Reproduce / Code Snippets / Screenshots

Navigation.showOverlay({
          component: {
              id: 'dashboard-action-button',
              name: '/dashboard-action-button',
              options: {
                  overlay: {
                      interceptTouchOutside: false,
                  },
              },
          },
      });

Environment

  • React Native Navigation version: 2.16.0
  • React Native version: 0.59.1
  • Platform(s) (iOS, Android, or both?): Android
  • Device info (Simulator/Device? OS version? Debug/Release?): Device (Samsung Galaxy S8), Android 9.0,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions