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!