views:

82

answers:

1

Hi Friends,

Can we build an Application using UIWebView that will entirely mimic the Safari Browser?

Are there any cases where UIWebview can not do what that can be done in Safari?

+2  A: 

For one thing, you have a separate cookie storage per app. So if a user has some preferences at site X within Safari, it won't have those preferences at site X within your browser, and vice versa. Apart from that a UIWebView is very much like the real thing.

mvds
Thanks mvds. I can understand that the I can not share anything between the iPhone Safari and my native App browser that I planning to create. Can We implement the Auto-refill feature?
Krishnan