So I made a UIWebView and I had it read a local help.html file. This is for my app's help screen.
Now my question is two-fold:
if I say have a link in there to go to either my website or something then people click that link and it's within the uiwebview! How would I go about launching safari instead? target='_blank' doesn't seem to work.
If I want a link to the paid version of my app in there would it launch some kind of other program? I don't want my help screen to turn into a web browser (!)