In this example we will cover how to create a simple web button for web. It is just for showing how to add a button element and listen to the click event happening when users clicks on it. For that, we are going to use alert feature to show howRead More →

Two button click example In this example we are going to do some stuff with two buttons. The trick is clicking them both simultaneously, holding them, and after some time some action to happen. So the scenario goes: Hold the buttons for 1 second and after that make some ToastRead More →