Posts

Post not yet marked as solved
1 Replies
1.5k Views
Here is the html code<!DOCTYPE html><html> <head> <style> html{ background-color: gainsboro; } input { padding-bottom: 0; border-bottom: 0; width: 375px; /* width beyond the screen */ } </style> </head><body> <input/></body></html>I'm facing this problem only in uiwebview. When I input, I'm facing lag. This only happens in ios uiwebview.Could anyone please identify the problem?Is there a problem with the uiwebview?Thanks in advance.
Posted Last updated
.