External Browser in Custom WebViewer extension?

How open external links by External Browser in custom webviewer?
I want use customer webviewer only for links of main domen

Unfortunately, that is not possible directly.
Here is a workaround.

  • Let page load in CustomWebView
  • Get Url from PageStarted event
  • Stop loading page
  • Set activity starter’s data uri the url you got
  • Start activity

External links in my website creation automatically (share posts). I can’t make activity for all links. I want open all external links in browser. Links of my site domen i want open in webviewer.

did you done it?