Are you setting focus on your input using javscript? This has some known issues in IOS7 (might still exist in 8). Is it also happening when tapping the input yourself? Any event listeners ontap, onfocus etc that might conflict?
As an extra side note:
Your dynamic classes (like: {{errors && errors.password ? ‘has-error’ :’’ }} ) will not work in certain browsers (namely IE), and you should use ng-class to achieve your desired result.
Thanks for you’re extra note. I will take it in consideration, I’m pretty new to angular.
There is no focus, and it’s also happening when tapping the input. As said just before, removing the list makes it work, but I don’t know if it’s « normal »
I don’t have this experience in my app. You could create a new starter template for sidemenu, and in the playlist page you could add two list items and make the list list-inset, this way you have zero custom code that could interfere. Nice test to see if your input behaves as expected.
I’m willing to take a look at your code this night, to check if I can find something that interferes, I’ll let you know if I found something before I’ll go to sleep so you can see tomorrow directly if I found something You would have to share your code with me though, maybe send me a private message to discusse this further. Ofcourse this is not an option if you have sensitive app code, still wanted to offer (GMT+2 here atm, so it’ll take a few hours before I could look into it probably not in a position to dive into it till 22 pm tonight)