Beiträge von ilvito

    Hello i have made an application with a virtual tour. The problem is that i get a memory warning error when the uiwebview is loaded, and when i move through the hotspot after i continue to receive memory warning and the the app crash.

    The problem happens only with ipad and non on iphone.

    Is there something to fix it?


    TY

    Hello i'm tryng to switch to gyroscope inside my native iOs app.

    i'm using this method


    - (IBAction)gyroscopeBTN:(id)sender {


    [_myWebView stringByEvaluatingJavaScriptFromString:@"switch(plugin[skin_gyro].enabled);"];

    }


    but nothing happens?


    Is this the right javascript to activate the gyro?


    Ty

    hello, i'm using krpano in an Ios app:

    opendetail() is an action that trigger an objecticeC methods in xcode,
    and for activatespot() i have read on the krpano documentation that is the action that change the url of the image for the hotspot in activeurl... is not correct?

    this is my style for the hotspot:

    <style name="hotspotDetail"
    url="plus.png"
    overurl="plusActive.png"
    activeurl="plusActive.png"
    edge="center"
    x="0"
    y="0"
    scale="1.0"
    onclick="openDetail(); activatespot();"
    />


    Thank You!

    Hello i'm want to change the state of the hotspot that call the javascripit on click.

    i have made the style:

    <style name="vito"
    url="plus.png"
    overurl="plusActive.png"
    activeurl="plusActive.png"
    edge="center"
    x="0"
    y="0"
    scale="1.0"
    onclick="openDetail(); activatespot();"
    />

    and on click i have insert the action activate spot. But nothing happens...
    Am i doing something totally wrong?? *confused*


    ThankYou for your help!