talkjs / talkjs-flutter

Flutter SDK for the TalkJS Chat API
https://talkjs.com
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

(Chatbox): Fix user activated link navigation. #47

Closed vickz84259 closed 1 year ago

vickz84259 commented 1 year ago

When the user clicks on a link, the default behaviour should be that the link in question is opened in the external browser. Due to an implementation detail in the inappwebview package, this wasn't the case.

Specifying the launch mode in launchUrl was necessary as without it, the link would still open in the webview.