Fazer o webview chamar outro navegador ao clicar num link externo

Boa noite pessoal! Vir alguns exemplos mas todos diferentes do que eu quero. Tenho um app que contem um webview que tem todas as minhas paginas html carregadas nele. Em uma pagina tem um link pra chamar outra pagina so que não quero que essa pagina seja aberta no webview e sim em outro navegador.

You will need a javascript click event listener on your page for that link, return the url or data to the webviewstring, capture this in your app (webviewstringChanged) then use activityStarter to open your device browser at the required url.