Wix Chat Mobile - Hide Icon?

Is there a way to hide the wix chat icon in the mobile quick action bar? I do not want the chat icon present, but still want visitor notifications, so I do not want to delete wix chat all together. I have the code to hide the icon on the desktop view:
$w.onReady( function () {
$w(‘#wixChat1’).hide()
});
This code works on the desktop view, but when clicking the icon on mobile view, it goes to a white page. Please help!