Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I have already tried with WM_LBUTTNDOWN, but I failed because WM_LBUTTONDONW send a message with the actual position of the mouse pointer.Instead I should simulate a click on position (x, y),say (40,10), even if mouse is an other position, say (300, 200).