This has broken multiple times now, and i’ve posted this in an existing thread but it’s not getting any attention so i’m going to post again.
When you click save on the contextual save bar, on Chrome, you get presented with this popup, as we’re forced to use it, can this be fixed as it’s causing confusion amongst merchants.
once the save bar is shown programmatically, clicking save will bring up the popup in chrome. This issue was fixed some weeks ago, then regressed soon after.
I’ve confirmed the Chrome leave-site dialog using your sample in a clean app, and I’m digging into this further. I’ll follow up here when I have more to share.
Hey @Min_Liu - this was an App Bridge regression, not recursion or a Chrome update. The earlier fix relied on a short timer, and browser event timing could cause the “Leave site?” prompt to return.
The new fix removes that timing race, and we’ve added regression coverage for this save flow. While I can’t promise a similar issue could never occur again, this specific cause is now covered.