link = this.addLink(navType, 'nav-zoomin', '#', 'zoomin', 'zoom in', 'zoom in');
link = this.addLink(navType, 'nav-zoomout', '#', 'zoomout', 'zoom out', 'zoom out');
- } else if (icon === 'fullscreen' && this.fluidbook.settings.fullscreen && this.fluidbook.support.fullscreen && !this.fluidbook.settings.phonegap) {
+ } else if (icon === 'fullscreen' && this.fluidbook.settings.fullscreen && this.fluidbook.support.fullscreen && !this.fluidbook.settings.phonegap && !this.fluidbook.support.webview) {
// __('switch between fullscreen and normal')
link = this.addLink(navType, 'nav-' + icon, '#', icon, 'full screen', 'switch between fullscreen and normal', 'F11');
} else if (icon === 'sound' && this.fluidbook.sound.enabled) {
this.iOS = Modernizr.ios;
this.edge = Modernizr.edge;
this.chromeBased = Modernizr.chrome || this.edge;
+ this.webview=navigator.userAgent.match(/wv/i);
try {
this.gpuInfos = this.getGPUInfos();