Axure Tutorials

Axure Tutorial: Enable Browser Full-Screen Mode with JavaScript

Learn how to use JavaScript in an Axure prototype to enter browser full-screen mode for large-screen and presentation layouts.

Introduction

In this tutorial, you will learn how to reference JavaScript to implement browser full screen mode.

Enter Full Screen Mode


Note: Click here to preview the completed prototype for this tutorial.

Demand

When we design large screen templates , we need to use the browser full screen mode to display the templates. Usually, we need to switch the browser full screen mode through F11 on the keyboard. However, many customers do not understand that full screen can be achieved through F11, which brings inconvenience to product design communication.

Now let's learn how to use JavaScript to implement browser full screen mode.
 

What is JavaScript and why we use it?