Search results
Search results 1-20 of 1,000. There are even more results, please redefine your search.
.. hehe Well .. didn't know.. I knew, i even used it once i think to remember. I actually also tried it quickly on a project i work on, after Klaus' reminder here.. but i'm not sure yet if that loadwhile moving is needed in my case. There is sooo much features and short cuts in this great platform.. .. even I not always remember everything all the time... haha. I even start to ask questions for a second time once and a while.. Must be the age .. hahaha.. Yes, reading the docs so often.. Love it ...
Ah! As mentioned here: https://krpano.com/forum/wbb/index.php?p…90274#post90274 Tuur
Hi, You could try to tween the view parameters as alternative for the lookto. Just a suggestion. Tuur
I can't help you with that, I just never use that. I always make my own custom controls when needed. But strange they don't show. Not sure why. Tuur
Hi Matyhr, I see an error: ERROR: hotspot[hs_video] - loading of './plugins/videoplayer.swf' failed! try videoplayer.js also check the full path. Hope it helps, Tuur
Hi, seems to work just fine. https://www.virtualtuur.com/krpano/121/b…eo/1/index.html xml: https://www.virtualtuur.com/krpano/121/b…ideo/1/tour.xml perhaps you have a more complex or different set up? 3D? VR? Hope it helps, Tuur
Can you provide a bare bone to see how you organize things? Or share code perhaps.. Tuur
Hi, Doesn't work pause/resume sound +id for you? Maybe onover play (if not ispaused) else resume. Onout pause. ? Tuur
@kme (why always invisible?) Where did you find that loadingurl thing? Seems un-documented.. or? Tuur
Ah yes, i think you're right... Thanks again! I'll test. Tuur
Hi, thanks that seems to work.. I'll test a bit more. alternatively (from Indexofrefraction).. also seem to work and also thanks: Source code 1 2 3 var path = krpano.parsepath(pluginobj.url); path = path.substring(0, path.lastIndexOf('/') + 1); krpano.actions.includexml(path+"stickie_data.xml"); Tuur
doesn't give me the wanted path. Anybody else? Tuur
I think the includexml path is relative to the viewer /tour.js I am looking for a way to includexml inside the js plugin. ( which works great) But i like the path to be relative to the js plugin it self.. where ever it is in the folder structure. I'll try what you suggest but i don't think that works... Edit: currentxml is xml file.. that is not the case Tuur
Hi, I am looking for a way to include an xml (path) relative to the plugin (js) location that is calling this. like: krpano.actions.includexml("stickie_data.xml"); the stickie_data.xml is in the same folder as the js plugin calling the includexml. %VIEWER% etc seems not a good option when people use basepath etc.. Any idea? Tuur
I'll make my self more clear. https://www.virtualtuur.com/krpano/121/h…pe/1/index.html if I have in the settings this: ..the iPhone fullscreen when going in landscape works fine. I also had some issue the swipe still showing in some cases but can't get it back in the bare bone. when I have this going to landscape the fullscreen doesn't work, and the swipe shows. when I take the viewport-fit=cover out of the html, the swipe up doesn't show. https://www.virtualtuur.com/krpano/121/h…pe/2/index.html...
.. yes i know the new iphone fullscreen in landscape behaviour but this only works when you have one tab,url bar at top.. and not when tab bar , url bar at bottom (in portrait). Also the swipe up seems to randomly show or not show, even when landscape fullscreen (one tab top) Bit confusing.. Tuur
Hi, I made an interface that uses area-border and some changes and behaviour when you switch to landscape. When i take out the viewport- fit cover from the html the interface behaves and looks as i wanted but without that viewport thing the iphone swipe doesn't work. Not sure why.. i tested and it also happens with a bare bone set up without any area stuff. I now have changed partially the behaviour etc.. and used the safearea inset stuff but i was not able, quick enough, to make it work exactly...
Hi, I was wondering if we could take out the viewport-fit=cover from the html and make the iPhone fullscreen swipe work. I didn't manage.. I am trying now with safearea inset.. but it is too much hassle I think.. Tuur
Looks a bit strange to me to it that way, but if that works for your setup.. i'm glad i could help. Tuur