Independent Application Developers Network

Our Blog

Return to Blog

Exploiting the Chrome debugger to help Alpha Anywhere developer to visually enhance user experience

By Doron Farber - February 21, 2022

...
We wanted to gray out some buttons when we need to disable them based on some conditions. This way the user gets the idea that these buttons are disabled. In a way, it is a user-friendly user interface. The user gets the visual understanding that these buttons are disabled, and they will not try to click and then realized that nothing happens.


If you use the Disable/Enable property in the UX component, the colors of the buttons will stay the same. The solution for that is quite simple. We need to find the actual inner HTML code for these buttons. For that purpose, we need to go into the Chrome debugger and see the actual HTML code for each button.