Read the statement by Michael Teeuw here.
Unable to click a toggle button
-
Thanks for your suggestion. I replaced the snippet for click part of it.
regenToggle.addEventListener(‘click’, () => { - I presume this was meant to be ‘regenToggle.addEventListener(“click” , function() {’
also I changed the width of the HVAC CSS element. I still see the same issue - yet to debug more.
-
@shre28491193 do you get any error messages in the electron console?
-
@strawberry-3-141 - Sorry, I am not sure how to access the electron console. Could you direct me to it ?
-
@shre28491193 press ctrl+shift+i
-
Got it. Will try this in a few minutes. I am in a meeting at work now.
-
@strawberry-3-141 No errors in the console. :-(
-
@shre28491193 so you can see the button, but after a click nothing happens?
-
Button shows up on the mirror , but still click event doesnt work.
-
@strawberry-3.141 Button shows up on the mirror , but still click event doesnt work
-
I removed all unused elements to see if that was hiding anchor tag. Still no luck.