Hi all - sorry, I've had no time to add more features to WebView, and it looks like that's not going to change in the near future (swamped by other projects and work) - I've not even been able to...
Type: Posts; User: jjsonick; Keyword(s):
Hi all - sorry, I've had no time to add more features to WebView, and it looks like that's not going to change in the near future (swamped by other projects and work) - I've not even been able to...
Hi wesleyd, that certainly should be possible, but I won't be able to do it myself.
Glad it's working for you!
StingRay, not sure what exact issue you're seeing, but here's one thing to try (doing this will also allow "zooming by pinching" in your webview).
Back up the XCode project for your app. Then, in...
Not yet, but iOS webview has the ability to load local documents - adding that hook to the extension is on a to-do list.
wesleyd, that's awesome! Congrats! :D
Andos: awesome! Thanks. I did see the issue with popup alerts generated by the WebView too, so hopefully it will fix both.
xhedgehogx, for me it's working in landscape mode in the iphone & ipad simulators, and on my iphone3gs (though I do notice the iOS keyboard still comes in portrait mode, I think that's something CT...
Yes, UIWebView doesn't provide any direct ways to control its zoom and font size programmatically *but* it does have a method for executing strings of javascript. So if I get an MMF Action for that...
colej_uk, yes I've noticed some sites (especially the mobile version of some sites) disable zoom somehow. I've been reading about a workaround for that which I'll attempt to add to the extension...
I think I can add some actions to enable/disable zoom (would toggle the UIWebView's scalesPageToFit property) - I can test that soonish. I don't think there's a way to disable scrolling, but I think...
Thanks, all! Anyone have a chance to try it out yet? Any issues?
This is a beta release of my WebView extension which allows you to embed online content into your app via iOS's built-in UIWebView component.
http://dl.dropbox.com/u/3847822/MMF/WebView_beta.zip
...