有没有办法判断当前浏览器是不是JxBrowser

Is there any way to identify whether the current browser is JxBrowser

我正在使用 JxBrowser,如果浏览器是 JxBrowser,我的应用程序中有一些我想避免的逻辑。我在我的 javascript 中使用 navigator.userAgent,列表中不包含 JxBrowser,但显示 chrome对于 JxBrowser,因为它基于 chromium。希望有一些api可以识别JxBrowser。

这个怎么样?

<script>

   currentBrowser=navigator.appCodeName;
   alert(currentBrowser);

</script>

@step 感谢指出正确的方向,我设法发现 JxBrowser 已经具有包含用户代理的功能 https://jxbrowser.support.teamdev.com/support/solutions/articles/9000013113-user-agent