Hi,
I have a problem with webview on iPads (iPod/iPhone looks fine)
It has strange shadow on top,right and bottom borders (screenshot attached, sorry for blur, but I am not allowed to show content, but it’s simple html file).
Is there way to fix that and remove that shadow?
Here is part of my code:
self.m\_webView = native.newWebView( 10 , 70 , 300 , 400 ) self.m\_webView.hasBackground = false self.m\_webView:request( "about.html" , system.ResourceDirectory )