App reviews, troubleshooting, and recommendations
Any solution to this one? I am also currently experiencing every link always opening in a new tab, even with external set to false, any ideas on how to make sure it stays in the same tab?
Can't necessarily help you, but I have the opposite issue: the link always goes to a new tab!
Would you share your link code please?
My code looks like this:
import createApp from "@shopify/app-bridge";
import { Redirect } from "@shopify/app-bridge/actions";
const host = Buffer.from(`${shop}/admin`).toString("base64");
const app = createApp({
apiKey: fConstants.SHOPIFY_API_KEY,
host: host,
});
const redirect = Redirect.create(app);
const url1 = Redirect.Action.ADMIN_PATH;
const url2 = "/products/";
redirect.dispatch( url1, url2 );
Cheers jb
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023