Is there a way to manipulate the UIWebView in an iOS application directly from a web page?
Instead of adjusting the UIWebView's frame through Objective C, I am looking for a solution using Javascript code, similar to window.resizeTo()
I have been told that integrating a specific class can enable external manipulation of the UIWebView. Can anyone provide insight on which class this may be?
Thank you, Keren