Search found 5 matches

by rkreienbuehl
Fri Oct 09, 2015 2:03 pm
Forum: Unterstützung für Pano2VR
Topic: Darstellung auf Handy/iPad zu gross
Replies: 4
Views: 4222

Re: Darstellung auf Handy/iPad zu gross

Hallo Peter Ich nutze selbst das Wordpress Plug-In. Ich musste dies, damit es responsive dargestellt werden kann, im Code des Plug-Ins selbst anpassen. Um genau zu sagen in der Datei ggsw-include.php auf der Zeile 267. Ich nutze selbst für meine Themes Bootstrap, dort habe ich bereits CSS-Klassen fü...
by rkreienbuehl
Fri Oct 09, 2015 1:51 pm
Forum: CMS Plugins
Topic: Problem: Master Panorama Wordpress iOS
Replies: 1
Views: 2354

Re: Problem: Master Panorama Wordpress iOS

Ok, I fixed the problem by removing

Code: Select all

var PanoName_pano2vrPlayer = pano2vrPlayer;
in pano2vrplayer.js and

Code: Select all

var PanoName_pano2vrSkin = pano2vrSkin;
in skin.js from the panorama that I will use as Master Panorama.
Now it works also on iOS.
by rkreienbuehl
Wed Oct 07, 2015 10:49 am
Forum: CMS Plugins
Topic: WordPress again
Replies: 2
Views: 3524

Re: WordPress again

Hello Ralf Do I understand that right, you get an error by uploading large files? I think the two wordpress installations are not on the same server? It could be that the maximum filesize limited to upload by php is to small. You can check this by creating a php-file with the following code and uplo...
by rkreienbuehl
Wed Oct 07, 2015 10:32 am
Forum: CMS Plugins
Topic: Problem: Master Panorama Wordpress iOS
Replies: 1
Views: 2354

Problem: Master Panorama Wordpress iOS

Hello

I have found a Problem in the Wordpress plugin. When I will use a master panorama and select skin and player, all works fine on a desktop client, but on iOS I can't watch the panorama. When I don't use a master panorama also all works fine under iOS. Am I do something wrong?

Thanks
Roger
by rkreienbuehl
Tue Oct 06, 2015 6:32 pm
Forum: Pano2VR general
Topic: Toggle Fullscreen on iOS devices - how do you deal with it?
Replies: 7
Views: 9414

Re: Toggle Fullscreen on iOS devices - how do you deal with

Hello I had the same problem with fullscreen on the iPhone/iPad. After I red this thread I managed it like this: (I embed the Panorama responsive with Bootstrap, there come the CSS classes from) this._fullscreen.onclick=function () { var is_iOS_device=navigator.userAgent.match(/(iPad)|(iPhone)|(iPod...