showToolbar()

Shows the application toolbar.

sambaFrame.showToolbar();

Sample use cases:

  • You may want to hide the toolbar when user's cursor is outside the iframe and show the toolbar again when user's cursor is hovering over the iframe.

  • If you have a picture-in-picture mode in your application, then you may want to hide the toolbar when you go into picture-in-picture and show the toolbar after you exit the picture-in-picture.

showToolbar is often used in conjunction with the hideToolbar method.

Last updated