Search results
Search results 1-20 of 1,000. There are even more results, please redefine your search.
You can download Chrome Canary for the moment to get it working. Quoted from "maksjm" Hello Klaus ! I've noticed that since the last Chrome update ( 65 ) the gyroscope is not working anymore on my Samsung smartphone. http://www.prismamediaxrlab.com/tour-de-france/
The new files did not work for me, as if gyro was not available. Firefox android also does not work but in a different way. Rotated -90. Google Canary app works fine. Samsung s6 chrome mobile does not work as well.
https://www.reddit.com/r/oculus/comments…ng_and_zooming/ Long over due!
Yeah, I think it used to work though. I'm pretty sure ive been using cdata before switching to html5 as default. Without it, any minor mistakes will cause a parse error and the tour will fail. I guess I'll just have to see what breaks on 3000+ tours and filter any problems..
You had suggested using this .. and it works in html5 and now I'm going back through flash which sometimes krpano fallsbacks to for older macs with HW accel disabled... Quoted <data name="htmldata2"> <![CDATA[ <?php print !empty($desc[$i]) ? '<p>'. str_ireplace("&#39;","'",xmlEntities($desc[$i])) .'</p>' : ''; ?> ]]> </data> TLDR; textfield won't display properly with cdata
http://www.seeit360.com/opera Android Lolipop Chrome. Everything is maybe 5-10 font sizes too large after exiting webvr.
Did you check your color profile. EDIT-> Convert to Profile ->Destination sRGB..
Your links didn't work. Mostly likely you didn't convert to srgb color space first.
After exiting webvr font size is wrong. Tracing css is the same for both correct and incorrect sizes. Problem is intermittent. Approximately 50% Font remains wrong p{color:#006633; leading:-1; font-family:Verdana;font-weight:bold;font-size:17px;letter-spacing:-2} copy(layer[text_title].html,data[htmldata1].content); <data name="htmldata1"> <p>Dr. Michael and Wendy Saltzburg Clinical Learning & Assessment Center </p> </data> One workaround was a reset of the textfield like so Source code 1 set(la...
Quoted "That was posted already a several times - iOS itself (regardless which iOS browsers will be used) doesn't support he HTML5 fullscreen API." So I've read this.. but it works in Safari landscape, but not chrome landscape. Is this not possible to fix for chrome?
I notice when you enter webvr the screen scrolls up briefly and when you exit the window usually resizes itself. In portrait mode on an S6 sometimes it doesn't resize at 100% height.
Go through every single delayed call and assign an id and then build a custom breakall action that cycles through the ids? Little odd to see this without a big mention in the release notes about it.
1920 is not enough quality obviously. Divided by each four faces the resolution of whats there is expected. There's also a quality button, and code specifically here that shows the low qual version Source code 1 2 3 4 5 6 if(device.ios, <!-- iOS Safari has a very slow 'video-to-webgl-texture' transfer, therefore use a low-res video by default --> videointerface_play('1920x960'); , videointerface_play('1024x512'); );
Quoted Oh I get it, I was just asking if anyone has done this, and what I suggested above as my thought process is on track.. I didnt ever say the tools need to just work out of the box and process server stuff. There are at least a few dozen websites that currently do this. I built mine in 2011.
Of course. You just need to use the javascript communication. Capture the events to a server, and access them with your javascript client.
console reports: Uncaught (in promise) DOMException: The element has no supported sources. I think it's something new with chrome.. embedded videos don't work Klaus? I guess all mp4 need to be webm now. If it isn't one thing.. its another.
Rule out your browser and computer first. I'm trying to cause the issue now with autotours on two simultaneous tabs and am unable. Maybe chrome updated? Or there's bad memory usage with chrome and webgl and I haven't it OOM yet. My symptoms were exactly the same.. resizing the window maybe fixes it.. and refreshing usually.
I get weird webgl behavior in chrome now on windows 10.. Just clicking down will cause the image to jump and basically be unusable. I think it mainly occurs when I have a tour already loaded in another tab.
I bypassed all my encryption when testing. Also on the flash version the textfield html suddenly no longer works with cddata html5 works though. I have stripped it back out. Probably have a bunch of broken tours with entities in places though I'll need to check. <data name="htmldata2"> cddata... <p><div><p>Opera is conveniently located on Crescent Avenue in the heart of Midtown‚ Atlanta.</p></div></p> </data> See my original edit on the solve.
Moving from krpano include to php include solves the problem at the expense of bloat. WOW. I hope no one else runs into this.