If my user presses a button to send an email, it opens a new email message inside my app and then when they press send or cancel, returns them to where they were. How can i allow them to do this same thing with pressing a button to send them to a webpage in safari, then back again?
Share
You implement your own browser (which is actually not hard to do).
One thing to keep in mind, though, is that if you include a browser your app will have a rating of 17+, limiting your market somewhat.