-
Notifications
You must be signed in to change notification settings - Fork 50
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
Page jump in iphone on edit. iOS 12 #43
Comments
Hi Sir, Please update how to solve this because I am now frustrated for this issue. Page are jump on input focus in iOS. |
@Nitekurs Hi, this library utilizes native Please provide the following:
|
Hi AlexMiniApps ,
` |
@Nitekurs Thank you
|
app.module.ts `import { NgModule } from '@angular/core'; @NgModule({ |
@Nitekurs Just checked and found that this issue is related only to the iOS 12 and below versions. |
@AlexMiniApps Is there any other alternative solutions for this. |
@Nitekurs Yep. you can create fork of this or create PR and I will merge it. |
@AlexMiniApps , I have create fork of this https://stackblitz.com/edit/angular-ivy-sh5bad?file=src%2Fapp%2Fapp.component.html. Also I have a created simple focus and blur directives in this also pages are jumping in iOS. |
@Nitekurs Looks nice. I will think about how can I help you. |
In iOS pages are jump if MPIN change from one input to other.
The text was updated successfully, but these errors were encountered: