Interface detection with JavaScript
Hi
With JavaScript, is there a way to detect whether the user is using the new Acrobat interface or the old one?
Context: I'd like to detect the interface for adding a menu item, i.e. in the Edit (or File) menu if it's the old interface, or in the Hamburger menu (which has been renamed AV2::HamburgerMenu) if it's the new one.
Also, what's the best way to detect whether it's the Mac or Windows version?
app.platform or other?
Because this menu change doesn't concern the Mac version.
Thank you
