Hi,
In mobile when i am tapping the screen a border is appearing around the entire text of the screen.How can I resolve this.Please do suggest some solution for this ASAP.
Hi,
try to use the following:
body{
-webkit-tap-highlight-color: transparent !important;
}
The latest webix version already uses this css. But possibly you have not updated the library yet.