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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -