eclipsesource / eclipsesource/tabris-js

App freezes when the popover is shown and the anchor of the popover is Action

Open
#2,156 1 comment 0 reactions 0 assignees View on GitHub
bug ios
Dominant language
JavaScript
Stars
1.4k
Forks
171
PR merge metrics
No merged PRs in 30d

Description

### Problem description

App freezes when the popover is shown and its anchor is [Action](https://docs.tabris.com/latest/api/Action.html#class-action). When clicking the "open popover" action the popover is shown with its content but interaction with the app is not possible after that.

### Expected behavior

The app does not freeze and interaction with the content of the popover is possible.

### Environment

- Tabris.js version: 3.7.1
- Device: iPadPro 3rd gen
- OS: iOS 14.4

### Code snippet

```jsx
import {Action, NavigationView, contentView, device, Popover, Button} from 'tabris';

contentView.append(

Popover.open(

click me

)}/>

);

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.