Pointerdown deeplink

Hi All, Just working on a set of experiences linked using deep links… I can’t seem to get the links to work if I use zappar:// instead of https:// (which invokes a browser). Any suggestions?

parent.on(“pointerdown”, parent_pointerdown);
function parent_pointerdown() {
Z.device.launchUrl(“zappar://zpr.link/z/gULl1c”);
}

Thanks :slight_smile:

HA! Answered my own question… should have omitted the zpr.link/ thus it should be zappar://z/gULl1c

3 Likes