Same problem here. Only seen it on IOS. Anyone figured this out?
I just confirmed that a plain simple image with absolutely no CSS on it still causes problems and absolutely breaks inputs after it.
Makes your basic Logo+Signup page impossible to achieve.
Still the same problem on IOS but only sometimes and only on particular views. Anybody figured out and fixed it yet?
I am also same problem in android app its working in ios
Hi,
I’m having this issue with iOS only, both in the emulator and device.
The text is not showing until the input field looses focus, and only then it shows it all.
I’m using
ionic-angular": "2.0.0-beta.11
Thanks
Same here. I have a simple login screen that used to work fine. I updated Cordova and Ionic and now you can’t see the cursor and any typed/erased text is visible only after the field loses focus.
ionic-plugin-keyboard 2.2.1 "Keyboard"
Cordova CLI: 6.4.0
Ionic CLI Version: 2.1.18
Ionic App Lib Version: 2.1.9
ios-deploy version: 1.9.0
ios-sim version: 5.0.13
OS: OS X El Capitan
Node Version: v6.9.3
Xcode version: Xcode 8.2.1 Build version 8C1002
I’m having the same issue on iOS. Still trying to figure out the problems.
I found the problem on my end.
In my page, there was one element having z-index: -1
After removing the element, everything is proper!
I faced the same problem with android device, I solved my problem by making changes on " input-cover " class present where the input field is showing the problem.
.input-cover{
width: 0%;
height: 0%;
}
Hello Everyone,
Did someone have success in fix this issue? I have the same problem! I suspect that it can fix it removing the specific fragment of code related with the class keyboard_open when it applies to iOS, but I haven’t find it still.
This is my error:
I’ve checked classes with z-index property and I doesn’t have anyone.
Please someone help me! I know this is v1 of Ionic, but still we are in process of upgrade to new version.
Thanks
