I have created a Canvas using:
Canvas canvas = Canvas.createIfSupported();
and added it to the DOM via:
RootPanel.get(\"can
Add
canvas { outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */ }
into your canvas tag CSS.