Only in your app, or?a - when entering webVR, the empty video goes fullscreen and i have to minimize manually to hide it, all the rest seems running fine.video screen : https://www.dropbox.com/s/m2q5qhduqukwu89/bug.pr12.mp4?dl=0
That's due the new Bingmaps V8 API. For me it also fells a bit slower and less responsive and the touching on the radar (the radar is a polygon in the API) is also a bug of the API.b - Bingmaps seems slower to load map tiles, the radar cannot be rotated by touch (all the map move)
I think these flags get automatically added by the OSX system itself when manually copying or moving files from signed images - and the DMG image itself need to be signed to allow starting the apps in OSX Sierra and higher...but i have to report, that with each update i have to clean out permissions and quarantine flags on osx. for example when copying manually from the template folder, the plugins cant get loaded later because they all have permissions of 700. i guess you fix that on the fly when using the droplets, but it would be nice to have correct permissions and quarantine flags removed for all files also in the templates/viewer folders...
Sorry, I know you had already reported that problem, but unfortunately I have forgotten to note that...If the text is Chinese, then the webgl textfield hotspot will be a problem. Chinese is wrapped in a single character,This means that as long as there is a character to the right side, it should be wrapped。
Quoted
But when your already be in an own app I would recommend disabling the web wakelock hack:
https://krpano.com/plugins/webvr/#mobilevr_wakelock
and looking for an app native wakelock...
![]() |
Source code |
1 2 3 |
<action name="stop_transhub"> plugin[transhub].pause(); loadpanoscene('scene_xml.php?sceneid=123654&tourid=1345&load=trans',scene_myscene ,null,MERGE|KEEPVIEW|KEEPMOVING,BLEND(1)); if(webvr.isenabled, set(hotspot[transhub_stop].visible,false); set(hotspot[transhub_pause].visible,false); ); transcomplete();</action> |
Sorry, but I don't see a bug or problem...bug report!
scrolltocenter action just like settocenter,you can see that in corfu vtourskin
Stimmt, bei der Berechnung wurde sin/cos vertauscht und dadurch stimmt die Position und Drehrichtung nicht. Sorry, das ist mir leider irgendwie nicht aufgefallen... In der nächsten Version wird dies natürlich behoben sein. Als Workaround wäre es möglich v8api="false" zum <plugin> Element hinzuzufügen.Hi, bin mir nicht sicher ob es ein Bug ist, oder ich etwas falsch mache.. Das Radar-Plugin in der BingMap dreht sich genau entgegengesetzt zur Drehrichtung des Panoramas.
Thanks for the report - this will be fixed in the next release.his only happens in pr12, I've tested it in pr11 and pr10 and everything works as expected.
In the case of using a 360video as the image for a scene, when I call the following action to pause the video and load another scene I get a black screen and everything locks up.
The error reporting out of tethered-inspection via Safari yields:
Anonymous Script1
Line 308:27 null is not an object (evaluating 'a.paused')
function E(a) {
m.ios && !0 !== a.paused && (g.iOS_current_video = a)
}
I don't know but maybe a lowercase 'or' is a problem.Everything work if I use 1 panorama, but it's don't work when i write or ..... or What is this problem with? Thank you.
I don't know but maybe a lowercase 'or' is a problem.Everything work if I use 1 panorama, but it's don't work when i write or ..... or What is this problem with? Thank you.
I don't know but maybe a lowercase 'or' is a problem.Everything work if I use 1 panorama, but it's don't work when i write or ..... or What is this problem with? Thank you.
https://krpano.com/docu/actions/#expressions
try:
if(scene[get(xml.scene)].pan=='20'
OR scene[get(xml.scene)].pan=='21'
OR scene[get(xml.scene)].pan=='25'
...
PiotrYes, I have try this with topcase OR but same error. I think this problem of 1.19
i have find mistake. I have update js, swf in 1.18 again and this function start workI don't know but maybe a lowercase 'or' is a problem.Everything work if I use 1 panorama, but it's don't work when i write or ..... or What is this problem with? Thank you.
I don't know but maybe a lowercase 'or' is a problem.Everything work if I use 1 panorama, but it's don't work when i write or ..... or What is this problem with? Thank you.
https://krpano.com/docu/actions/#expressions
try:
if(scene[get(xml.scene)].pan=='20'
OR scene[get(xml.scene)].pan=='21'
OR scene[get(xml.scene)].pan=='25'
...
PiotrYes, I have try this with topcase OR but same error. I think this problem of 1.19![]()
But, when i change again to 1.19 this code don't workTherefore this is an error of krpano 1.19. Klaus, fix it please.