嵌入式Google Viewer - 如何禁用全屏选项?

时间:2014-12-27 19:18:55

标签: ios api viewer

我将Google Viewer用作Web-App(PhoneGap)中的嵌入式PDF-Viewer。我的问题是,当我在iPad上打开PDF文件并进入全屏模式时,无法再回来了,因为Android设备上没有“后退” - 按钮。所以我想禁用该选项,以访问全屏模式。

这是我的代码:

        <iframe 
            src="http://docs.google.com/viewer?url=http://www.physik.uni-wuerzburg.de/fileadmin/tp3/ThermoEDynamik/Uebungen/aufgabe29_31.pdf&embedded=true" 
            width="750" 
            height="1125" 
            style="border: none">
        </iframe>

我认为必须有宽度和高度等选项才能用于全屏模式。

感谢您的帮助!

0 个答案:

没有答案