Older browser support

Hi There,

Is there any workflow to detect if a user use an older browser/mobile browser (For example : Android 4.1 - Chrome Webview) that doesn’t support Livewire , to show an error/warning? Android 4.1 - Chrome Webview does show the page but the Wire:click is not working

For now i used a Browser Detection plugin to disable Chrome Webview, and i tested many browsers by Browserstack, but i cannot test them all.

So: Is there any solution for Javascript to do something like

if (Livewire === NotSupported){ //(Just an example)
// Do something
}

Or is there a list of browsers that doesn’t support Livewire? ( I couldn’t find)

Thnx!
Greets Dani