Button Click on Tablet Screen

Hello everyone. This code below works on the computer view of WebIQ (Google Chrome Web Browser for Windows 11), but this code does not work on the tablet view of WebIQ (Google Chrome Android app).

The code of WebIQ v2.15.4, Javascript:

const reloadButton = document.getElementsByClassName('ButtonReload')[0];
 reloadButton.addEventListener('click', function() {
//TODO something
}
 
I checked and on tablet view, none of them worked: "press", "touch", "touched", "release", "released"
 
I added a mouse to my tablet via USB host, when I clicked the Reload button, it worked with a mouse, but unfortunately, WebIQ can't detect my finger pressing on the reload button.
 
WebIQ button control name: iq-button-reload
WebIQ button class name: iq-button iq-variant-01 ButtonReloadOnDot

So, do we know how WebIQ's default button object can't handle the onScreen clicking/pressing/tapping on the screen? Thank you.
 
4 replies