hakimel / reveal.js

The HTML Presentation Framework
https://revealjs.com
MIT License
67.76k stars 16.64k forks source link

presenter mode/help - Popups not showing #2047

Open QHose opened 6 years ago

QHose commented 6 years ago

hi team,

Everything is working fine with Reveal. I can change slides with the keyboard or go full screen mode. But somehow, showing the help, or showing the presenter mode does not work... Any idea? I embedded the reveal div in a MeteorJS project.

 Reveal.initialize({
            width: window.innerWidth - 80,
            embedded: true,
            controls: true,
            controlsTutorial: true,
            showNotes: true,
            center: false,
            autoPlayMedia: false,
            // Display a presentation progress bar
            progress: true,
            fragments: false,
            // autoSlide: 1000,
            loop: false,
            transition: 'slide', // none/fade/slide/convex/concave/zoom     
            previewLinks: false,
            slideNumber: true
        });
Bozydarek commented 6 years ago

Maybe Your browser block pop-up's?