device.focus

focus() → {}

Makes a request to bring this device window to the front.

if (clicked) {
  me.device.focus();
}
Parameters:
Type Description
Returns:
Type Description
Powered by webdoc!