All HI! It is necessary that the address changes in the UIWebView to check the domain, and if this changed - open the page in Safari. Is there a way to implement it?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
There is
method in UIWebViewDelegate protocol. There you can check if domain is changed
and if it does, return open Safari with this URL and return NO. |
|||
|
|