I have an input field on a form that works when I dynamically resize it on my computer, but for some reason fails when it is actually implemented on mobile. The text that i type in on mobile becomes invisible for an unknown reason.
Anticipated Appearance
Actual Appearance on Iphone
I have updated the css to contain this property
-webkit-user-select: text;
after reading another post, but it made no change.
Sorry if this post doesn’t make much sense, very new to stack overflow.
Raymond Joseph is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.