ionic-team / ionic-team/ionic-framework
bug: popover with context-menu triggeraction does not work on iOS
- Dominant language
- TypeScript
- Stars
- 52.7k
- Forks
- 13.3k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 51
Description
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct).
- [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success.
### Ionic Framework Version
- [ ] v4.x
- [ ] v5.x
- [X] v6.x
- [ ] Nightly
### Current Behavior
Popover with `context-menu` trigger action does not work on iOS. `click` works fine.
### Expected Behavior
Popover with `triggerAction="context-menu"` should appear on iOS if I long press the button(trigger element)
### Steps to Reproduce
Create a new ionic angular app with `ionic start myapp` add popover to some component:
```
Click Works
Popover Content
Context menu does not work
Popover Content
```
Run on iOS device. Click based trigger presents the popover, the one with context-menu does not.
### Code Reproduction URL
https://github.com/yntelectual/ionic-popover-bug
### Ionic Info
Ionic:
Ionic CLI : 6.18.2 (/Users/matus/.nvm/versions/node/v16.13.2/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.1.9
@angular-devkit/build-angular : 14.0.2
@angular-devkit/schematics : 14.0.2
@angular/cli : 14.0.2
@ionic/angular-toolkit : 6.1.0
Capacitor:
Capacitor CLI : 3.5.1
@capacitor/android : not installed
@capacitor/core : 3.5.1
@capacitor/ios : 3.5.1
Utility:
cordova-res : not installed globally
native-run : 1.6.0
System:
NodeJS : v16.13.2 (/Users/matus/.nvm/versions/node/v16.13.2/bin/node)
npm : 8.4.0
OS : macOS Monterey
### Additional Information
Tested on iOS 15.5
Contributor guide
Assessment
This issue has not been assessed yet.