By default the user can drag and select the screen item / press CTRL + A ,all the item will be turn blue and blur (selected). However, is there any way to block this event? Thanks
Are there any simple way just like adding some restriction in browser or adding some attribute in body tag can solve the problem?
Add Following
user-selectproperty to that element which you do not want to turn blue. Adding it to body will turnselectableoreditableelements to not beselectableoreditable. So, it is recommended to use it on specific elements e.g.Or You can See More on:
Documentation