【Defold】URLを指定してページジャンプする

Defold, DEVELOP

アプリからブラウザを起動しページジャンプするには sys.open_url を使用します。

    local success = sys.open_url("market://details?id=com.newangle.margeshooter2048", {})
    -- 成功時
    if success then
    end

Posted by kazupon