Hi

I'm not sure what Android.WebKit does, but the only way to get a
browser window in MonoTouch is using UIWebView, which is basically a
browser in a view. You can intercept URL's as they are called, load
HTML in yourself, all that kind of stuff.

The only restriction between that and Mobile Safari is (from what I know):

1) it DOES NOT share the cookies with Safari. If you log in with
Safari, you are not logged in with your app
2) it does NOT JIT compile Javascript. So you get about a 50%
performance hit vrs Mobile Safari (which does)

Other than that....

N

On Fri, Jun 15, 2012 at 8:24 AM, MatteusS <[email protected]> wrote:
> Hi,
>
> how do I access the Webkit API for iOS with MonoTouch?
>
> I have already written a small project in Mono for Android, which I use the
> documented API "Mono for Android Framework / Android.Webkit". Now I want to
> do similar for iOS. Where do I find the same API in MonoTouch for iOS?
>
> Anyone how knows?
>
> br
> // Matteus
>
>
>
>
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/Webkit-API-support-tp4655411.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to