0

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.

user3064578
  • 11
  • 1
  • 3

1 Answers1

0

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?

Community
  • 1
  • 1
BalaChandra
  • 632
  • 9
  • 33