Unable to paste on iOS, after upgraded to rc0 and rc1

Input[text] and Input[textarea] are not able to be pasted (also to select) on iPhone 5 and iPhone 6 (both iOS 8.2). Works fine on Android. Just me?

Anyone have the same issue?

Sorry to raise this again, but really need your help.

Sorry I don’t know exact solution, but from top of my head Try adding this css to your inputs:

-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;

@yurinondual, Thank you. It doesn’t work. Since you guys are not having the same problem, it is probably something I did. I will check my code, than you again.

Having a similiar issue with an iPhone 6 using ionic view application. When I build it out on iOS it has no problem but when sharing the app via ionic view it does not seem to work

Our app also has this issue, form inputs on iOS 9 can’t be pasted too.