Change Cursor Color for Input - iOS

Normally while running in the browser the blinking cursor matches the ‘color’ property used for the input element.

When I tap into a text input for iOS though it will default to their blue cursor style.

I am using the ionic Keyboard Plugin along with a few others. I have tried setting it globally in a few places as well based on searches that recommend setting the tint color for the UIView and or UIWebView.

UIColor *myColor = [UIColor orangeColor];
[[UIView appearance] setTintColor:myColor];

Still, nothing seems to be able to override it. Any ideas?

Thank you.

Hello,
I have same issue. Do you find solution to this?

Unfortunately we never found a solution. Ended up just sticking with the blue on iOS.

Let me know if you find anything.