ReadonlyCopies the specified text to the system clipboard.
Makes a request to bring the window to the front. It may fail due to user settings and the window isn't guaranteed to be front most before this method returns.
moves the current window by a specified amount.
moves the current window to the specified coordinates.
Retrieves the data from the system clipboard.
Posts a message to another window in the browser context.
Opens the print dialog to print the current document.
resizes the current window by a specified amount.
dynamically resizes the window.
scrolls the window to a particular place in the document.
scrolls the document in the window by the given amount.
scrolls to a particular set of coordinates in the document.
invokes the native sharing mechanism of the device to share data such as text, URLs, or files. The available share targets depend on the device, but might include the clipboard, contacts and email applications, websites, Bluetooth, etc.
Most modern mobile devices include vibration hardware, which lets software code provide physical feedback to the user by causing the device to shake. The Vibration API offers Web apps the ability to access this hardware, if it exists, and does nothing if the device doesn't support it.
Provides the request actions for the ui_action function call.