Post

Replies

Boosts

Views

Activity

Reply to HTML select/input not showing in Webapp on iOS 15 and later, if app is on home screen
Hi everyone I just solved this problem with adding these are the codes into my css file : input, input:before, input:after { -webkit-user-select: initial !important; -khtml-user-select: initial !important; -moz-user-select: initial !important; -ms-user-select: initial !important; user-select: initial !important; } I hope this solve your problem...
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’24