Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Safari Keyboard Not Triggering on <p-password> Component Input Field #16693

Open
nirangaL opened this issue Nov 5, 2024 · 0 comments
Open
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@nirangaL
Copy link

nirangaL commented Nov 5, 2024

Describe the bug

I'm experiencing an issue with the PrimeNG component where the iOS keyboard does not trigger when the user interacts with the input field inside the component on iOS Safari. This issue also occurs on the official PrimeNG documentation examples of the component.
image

Environment

The issue was tested on an iPad 9 running iOS 16.x, using Safari as the browser. The problem also occurs in Chrome on iOS. The application is built with Angular 14.x and PrimeNG 13.x, and the development environment uses Node.js v14.x and npm 6.x. The issue was reproduced on a real device and also in a simulator.

Reproducer

No response

Angular version

13.2.7

PrimeNG version

13.4.1

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

14.18.3

Browser(s)

iOS, v16.0 , Browsers Safari and Chrome

Steps to reproduce the behavior

  1. Create a simple Angular application that uses the component from PrimeNG 13.4.1.
  2. Test the application on an iOS device (e.g., iPad 9) using Safari or Chrome.
  3. When you tap on the input field (password field) inside the component, the keyboard does not appear as expected
  4. This issue happens both in a simple use case and in examples provided on the official PrimeNG documentation site for the component.

Expected behavior

When the user taps on the component's input field, the iOS keyboard should appear.

@nirangaL nirangaL added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant