Just update your krpano version. There are already several threads and information about that case (a Chrome version thing).Hello, I have a krpano app that recently a user reported that his tour had an unexpected behaviour in VR mode. Inn Android 7 Gyroscope is way too sensitive and any minor movements causes the scene to rotate excessively.
The order of the scenes is defined by the order of the <scene> elements in the xml.Second doubt, is there any way to determine the next scene or to order the scenes when use next scene button on the side of screen?
Zitat
Just update your krpano version. There are already several threads and information about that case (a Chrome version thing).
Zitat
The order of the scenes is defined by the order of the <scene> elements in the xml.
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<script src="{{ asset('vr/krpano.js') }}"></script>
<div id="pano" style="width: 100%; height: 100%;">
</div>
<noscript><table style="width:100%;height:100%;"><tr style="vertical-align:middle;text-align:center;"><td>ERROR:<br><br>Javascript not activated<br><br></td></tr></table></noscript>
<script>
var settings = {};
settings['onstart'] = "loadxml('{{ xml|raw }}')";
embedpano({target:"pano",html5:"auto", xml:"",onready:logo, vars:settings, mobilescale:1.0, passQueryParameters:true});
function logo() {
var krpano = document.getElementById("krpanoSWFObject");
}
</script>
|
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »insideplaces« (7. September 2018, 17:06)
Hi All
I'm having real issues with using the VR Cardboard on Android. It loads fine, and it pans up and down but does not rotate.
I'm using KRPano-1.19-pr16 and Chrome Version 69.0.3497.100
This issue only started when I updated my Chrome so I'm assuming it's that however I don't know how to fix it! Please please help.
I'm not a coder and so if anybody responds please keep it simple.
I have tried for several days to follow previous instructions in here but i cant get it working.