This looks cool! I'll try this out.
Thanks for this![]()
This looks cool! I'll try this out.
Thanks for this![]()
I just tried this out and it works, so that was good.
Is there any way to run an index.html file locally using this extension?
Not yet, but iOS webview has the ability to load local documents - adding that hook to the extension is on a to-do list.
Would be rather interesting if you supported a named directory for local content such as "www" and if someone specified a resource without a schema (HTTP/HTTPS) you would try to load it from this www folder.
This link shows a good example of loading from local resources:
http://stackoverflow.com/questions/2517918/iphone-dev-load-a-file-from-resource-folder
Great work on the extension BTW.
Hi,
this is a great Extension you made. Thanx a lot for thatWould it be possible to
add a feature to retrieve HTMLFormular-Data from the Web. I think it would be enough
just to be able to check if the URL has changed and then to retrieve the current URL,
which should include the formular-information if it is send by the GET method.
This also should make it possible to communicate with an online SQL Database,
even if it would be only in an indirect way.
best regards
jimmy
Hi,
just recognized that I requested a feature that is already provided by the GET-Extension.
best regards
jimmy
Hi! I've into a render Problem using the Extension in a iPhone/iPad Project on the ipad1. The html is forced to fill out the screen, does it well on iPhone but acts a little Bit weird on the iPad.
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 XCode open up this file: Classes/Extensions/CRunWebView.m
Add this line:
webView.scalesPageToFit=TRUE;
right before the line "webView.delegate = self;"
Save and run it (so it compiles), and then transfer it to your ipad and see if it makes any difference.
Hello,
Do you think is it possible to port Webview on android ?
i use on ios exporter and it run perfeclty, thanks you !
Hi wesleyd, that certainly should be possible, but I won't be able to do it myself.
Glad it's working for you!