Posts by Aperol

    hi tuur!

    if i put : <display hardwarelimit="256" devices="androidstock" /> the resolution will be so bad... too low...

    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

    hi klaus

    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:

    hi Klaus!

    about android 3.2, yes. using the native browser i saw only a black screen. nothing happen. i tried to update the page some times without any results. no error message or flash\html5 error displayed. ( i haven't tested on different browsers)

    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..

    is there a way to avoid the css3d bug in the last version of krpano 1.16.3 with android on native browser?

    hi klaus!

    i got some problems with the last version of krpano and android...

    krpano 1.16.3 tested on Samsung Galaxy Tab 10.1 GT-P7500 with Android 3.2 on native browser = black screen
    krpano 1.16.3 tested on Samsung Galaxy Tab 10.1 GT-P7500 with last version of android available (just made the update) on native browser = it load the virtual tour but the fov is not right (the images size are not right)

    i can't do more tests because the device is not mine...but with the previous version of krpano it works fine on both Android versions...

    hi klauss!

    i have a question: in the last version 1.16.3 i can read in the news:

    Templates / Skins
    Change: vtourskin.xml - Avoid gyro usage on Android devices.

    this is the code:

    Code
    <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 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.

    how can i remove the gyro plugin on all android devices on all browsers? (i want to keep it enabled only on iphone and ipad devices)

    thanks!

    hi
    just a question about different loading time using different browsers:

    it's normal that there are so huge different loading time from browser to browser?

    i'm testing this tour made with last version 1.16.2 multires, on all browsers: http://www.sky360.it/hotel5/tour.html

    the loading time is very different from chrome, explorer , and safari, firefox, opera...

    the sound is a file of near ~800kb , it's too much? how can i speed up the tour?

    Point 1 - I'm trying the get the share function opened on a new window, i tried to edited this code:

    Code
    <action name="openlink">
    		if (ishtml5, plugin[swfaddress].replaceampersands(get(%1), %1));
    		if (ishtml5, set(data[link_target].content, '_self'), set(data[link_target].content, '_blank'));
    		if (plugin[swfaddress].isiframe, set(data[link_target].content, '_top'));
    		openurl(get(%1), get(data[link_target].content))));
    	</action>

    i repleaced the code _self , _top with the code: _blank , but it works only on pc desktop... on smartphone and tablet it will not work because it will open nothing... it try to load something and then nothing happen...


    Point -2

    when i click on facebook share function from pc or tablet the link will be this:

    https://www.facebook.com/sharer/sharer.…rme+Villa+Piave

    when i click on facebook share function from iphone (or mobile) the link will be this:

    https://m.facebook.com/sharer.php?s=1…illa+Piave&_rdr

    on mobile this is what i get:

    as you can see it's different... facebook detect the iphone automatically and change the code... on ipad and also on samsung tab2 (android tablet) it works because the link is the same as pc desktop...

    this is the code provided from SWFaddress plugin.... :


    jaydee: i paid for this plugin so i need support...
    someone can help me pls?

    i'm using the last version 1.16.1

    little bug found: in tour.xml , with both option on true

    Code
    thumbs_dragging="true"
    	               thumbs_onhoverscrolling="true"

    dragging option will not work on tablets (ios,android). it works only on pc and smartphone.
    i must set onhoverscrolling="false" to get thumbs dragging on tablets too...

    hi!
    how can i add a button to a specific scene?

    i added a plugin like this:

    <plugin name="daynight"
    url="%SWFPATH%/skin/daynight-2.png"
    align="topright"
    x="130"
    y="10"
    altonloaded="if(isphone, mul(x,2); mul(y,2); mul(scale,2));"
    onhover="showtext(Day/Night);"
    onclick="loadscene(scene_02, null, MERGE|KEEPVIEW, BLEND(1));"
    </>

    but it's not working as i want... the plugin must be loaded each time that the scene is loaded...