For the complete documentation index, see llms.txt. This page is also available as Markdown.

Screen Control

You'll need to import the javascript file in your website before starting from this link.

To Keep device screen on all the time.

const { screen } = window.WTN

//to keep device screen on all the time
screen.keepScreenOn()

//to revert back to normal screen behaviour
screen.keepScreenNormal()

 

Last updated