0
How to disable or hide the full screen navigation bar with javascript
Explorer
,
/t5/acrobat-discussions/how-to-disable-or-hide-the-full-screen-navigation-bar-with-javascript/td-p/11690821
Dec 18, 2020
Dec 18, 2020
Copy link to clipboard
Copied
My PDF is intended for full-screen viewing and includes my own buttons for navigation. In Full Screen mode, Acrobat Reader is placing three "invisible" navigation buttons in the lower left of the screen which appear with a mouse over.
I want to disable this behavior and prevent showing these buttons when the mouse is in that corner when in FullScreen mode. Is this possible with JavaScript? I've tried using
app.executeMenuItem("ShowHideToolbarNavigation");
in my own button javascript for toggling FullScreen mode but it doesn't seem to do anything.
Any ideas how I can disable these navigation buttons from appearing?
TOPICS
How to
,
JavaScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
datro
AUTHOR
Explorer
,
LATEST
/t5/acrobat-discussions/how-to-disable-or-hide-the-full-screen-navigation-bar-with-javascript/m-p/11690876#M291013
Dec 18, 2020
Dec 18, 2020
Copy link to clipboard
Copied
Sorry, I meant "app.execMenuItem...."
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

