I have embedded a webview in the view that loads a website. Now, I need to open external links inside webview in popup window.
Can anybody help me.
Thank you.
I have embedded a webview in the view that loads a website. Now, I need to open external links inside webview in popup window.
Can anybody help me.
Thank you.
If you want to open popup's inside the UIWebview html rewriting is the best option.. write your html code in a file and load it in the webview
refer to the question for details.. Opening popup links in UIWebView, possible?