release: VK Wallet public-offer link escapes the Mini App WebView (#281) #282
Reference in New Issue
Block a user
Delete Branch "development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Promotes
development→master. Single change since the last release:#281 — fix(vk): route the Wallet public-offer link out of the Mini App WebView. The "Public offer" link in the Wallet stranded Android VK users (same-origin
/offer/opened in place, no way back); now routed through the host escape hatch (VKaway.php/ TelegramopenLink) via a newonInAppPageLinkClick, bypassing the cross-origin gate for this non-SPA static page. iOS / desktop / web / native unchanged. The "Rules" and ad-banner links were audited and already route correctly.UI-only. No schema/migration, no wire change. Local
uigate green, contour green (#973).