input type text value not visible in safari ipad -
i have input type text in iframe. when try add value through document.getelementbyid('someid').value , not show value in text box. strangely if query using either jquery or document.getelementbyid('someid').value, fetches me value. also, when type value through keypad, shows value in strangely cannot set through javascript. why can't see value in input type text field? thoughts? not able support web yet. please help
it css causes issue: * { -webkit-user-select: none; }
and avoid using focus();//jquery property
can please try remove , give try?
Comments
Post a Comment