action and url inside a textfield? how?

  • this works fine:

    Code
    <data name="text">
    [a href="tel:+123456789"][u][b] call us[/b][/u][/a]
    </data>

    this works fine on my iphones

    Code
    [a href="event:action(track3); openurl(http://www.domain.com/,_blank);"][u][b]www.domain.com [/b][/u][/a]

    this works fine also.


    but i want to fire an action in krpano like this one:

    Code
    [a href="event:action(track3); tel:+123456789;"][u][b]call us[/b][/u][/a]

    it just does not work .... *confused* *cursing*

    Help please!

    thanks in advance!

  • Eventually via:

    Code
    openurl('tel:+123456789', _self);

    but I don't know if that's allowed due security restrictions...

    For more information try a research if it's possible to do a call via Javascript.
    The krpano openurl() action itself is basically only a 'window.open' Javascript call.

    Best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!