Post

Replies

Boosts

Views

Activity

Cannot change font size on WKWebView of iPad OS
I have been using this code to increase/decrease font size on WKWebView and it has been working fine.let js = "document.getElementsByTagName('body')[0].style.webkitTextSizeAdjust='\(fontSize)%However, it suddenly stopped working with iPadOS while it still works with iOS13.Is this a bug of iPadOS's WKWebView?If not, I would appreciate your advice on how to fix it.Thanks!
2
0
1.8k
Oct ’19