How do you mean with 'but it was only the tools'?I downloaded the new version - but it was only the tools?

I had a 1.8.15 project with tooltips.Now they don't work in 1.16.3
Note - since version 1.16 the NORMAL droplets set html5=prefer instead of html5=auto in the html files!Same problem, not more tooltips when using html5 and MAKE VTOUR (NORMAL) droplet.bat (1.16.3).Could you please help Klaus?
|
|
Quellcode |
1 |
<plugin name="skin_gyro" keep="true" url="" html5_url="%SWFPATH%/plugins/gyro.js" devices="html5+!firefox+!android" enabled="false" camroll="true" friction="0" velastic="0" onavailable="if(device.fullscreensupport, if(device.mobile,add(layer[skin_btn_gyro].x,40),add(layer[skin_btn_gyro].x,20));); set(layer[skin_btn_gyro].visible,true);" /> |
I would say this is impossible!i tested it on my tablet samsung galaxy tab2 with android 4.1.2 with the native browser and the gyro plugin is still enabled. only on firefox browser is disabled.

Yes that setting in the html file was tripping me up.Hi,
How do you mean with 'but it was only the tools'?I downloaded the new version - but it was only the tools?
I had a 1.8.15 project with tooltips.Now they don't work in 1.16.3Note - since version 1.16 the NORMAL droplets set html5=prefer instead of html5=auto in the html files!Same problem, not more tooltips when using html5 and MAKE VTOUR (NORMAL) droplet.bat (1.16.3).Could you please help Klaus?
This means the HTML5 viewer will be preferred when both - Flash and HTML5 - are available.
And in the HTML5 viewer there is no 'showtext()' action - so the tooltips via showtext() will not work there - they will work only in Flash.
In one of the next releases the showtext() usage in the vtourskin.xml will be changed to tooltips that will work like in the tooltips example:
http://krpano.com/examples/116/examples/…ml?html5=prefer
This way they will work in Flash and HTML5.
Best regards,
Klaus
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Aperol« (21. Mai 2013, 16:22)
Just a black screen without any error message?
Zitat
with Android 3.2 on navite browser = black screen
I know of course, but the Android stock browsers are just this fundamentally bad, that there are real fixes not possible. Keep in mind that the Android stock browser has very buggy memory management, so that one time the pano might work and next time not because there is no enough free ram - by installing additional Apps like 'Cool Tool - system stats' this behavior can be good monitored.
Zitat
my big issue is that normally the users are noobs.. people just use the browser that is already installed in the device instead of search and install a new app of a browser..
Which bug exactly do you mean?is there a way to avoid the css3d bug in the last version of krpano 1.16.3 with android on native browser?
|
|
Quellcode |
1 |
<display hardwarelimit="256" devices="androidstock" /> |
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comPlease check all paths and test if the files are accessible. From krpano side there should be no problem here.I found some strange thing maybe somebody clear it out.
i've placed krpano-1.16.3 folder on local server (Denver) to see and check examples files. Demotour-corfu tour.html works fine, but tour_html5.html have errors - ERROR: ../../../plugins/scrollarea.js - loading failed! (undefined) and ERROR: ../../../plugins/bingmaps.js - loading failed! (undefined) and ERROR: ../../../plugins/bingmaps.js - loading failed! (undefined) but pano itself works fine.
HTML5 is working on lokal server but why this problem with pathes?
What you see is the buggy tiled-based rendering of the Android WebView-based browsers. It happens when the browser has too low memory. There is no real way to detect it or to avoid it.
Zitat
i tested again the virtual tour on the tablet Samsung galaxy tab 10.1 with android 4.0.4 (the last available) of my friend (tour made with krpano 1.16.3 ), i opened it with android browser:
.Was the tour exactly the same when testing, comparing?i don't know why it can run without any issue a tour made with krpano 1.16.1 , and not with 1.16.3
|
|
Quellcode |
1 2 3 |
<events name="closethumbs" keep="true"
onnewpano="delayedcall(7, skin_showthumbs(false)); set(events[closehumbs].onnewpano,null); set(events[closethumbs].keep,false);"
/>
|
In the tour.html the embedding setting html5=prefer is set by default - that mean when opening the tour.html in Firefox probably the HTML5 viewer was used - the tour_editor.html on the other side has sethtml5=never, which means that it will always use the Flash version.I set it on true on tour.xml and vtourskin.xml. On the tour_editor.html it works fine but on tour.html it does not show up. Nothing else was changed. I use Firefox. Any idea about that?
The skin_btn_thumbs button is loading the attributes from the 'skin_glow' <style> element - and there the onover event is already set - that means the onover event from the style will overwrite your onover event.to let them pop up i tried to ad "onover="skin_showthumbs()" at the end of the
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Nupsi« (29. Mai 2013, 11:09)