-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
[Ionic 2] Tapping on disabled/readonly ion-input scrolls without showing the keyboard. Gif attached. #9070
Comments
Hello, thanks for using Ionic! Does this issue also happen on an Android device running the same app? Also, if you add this:
|
Sorry for the late response. The scrollAssist seems to have done the trick on ionic view and emulator at least. I'll test on android and report back soon. btw what is the difference between scrollAssist and autoFocusAssist? |
@adamdbradley just tested this with the scroll branch and it seems to still be an issue. |
It doesn't seem that scrollAssist or autoFocusAssist are listed in the config API docs. Are these referred to somewhere else in the documentation? |
Just updated to RC 5 - I have a readonly input and this issue is still present. Ion-scroll is adding margin-bottom to make room for the keyboard - but none appears. |
@haydenJogs92 Same here! This is also a bug. ==== Edit ===== IonicModule.forRoot(MyApp, { |
This seems to be still an issue, at least for me.
Disables it for all Inputs, but I want this to happen only for "readonly". Ionic info:
|
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Not sure if this is a bug.
Short description of the problem:
I have a profile page where fields are setup as readonly & disabled for now but will be editable in the future.
What behavior are you expecting?
Tapping on the disabled input fields adds scrolling.
Run
ionic info
from terminal/cmd prompt: (paste output below)Your system information:
Cordova CLI: 6.3.1
Ionic Framework Version: 2.0.0-rc.1
Ionic CLI Version: 2.1.0
Ionic App Lib Version: 2.1.0-beta.1
ios-deploy version: 1.9.0
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v6.7.0
Xcode version: Xcode 8.0 Build version 8A218a
The text was updated successfully, but these errors were encountered: