eclipsesource / eclipsesource/tabris-js
App freezes when the popover is shown and the anchor of the popover is Action
- 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
Assessment
This issue has not been assessed yet.