TF-4145 Create paywall url from workplaceFqdn

This commit is contained in:
dab246
2025-11-14 17:59:21 +07:00
committed by Dat H. Pham
parent e61253eb1f
commit d6e959c4d9
18 changed files with 283 additions and 118 deletions
+1
View File
@@ -33,6 +33,7 @@ class AppUtils {
}
static void launchLink(String url, {bool isNewTab = true}) {
log('AppUtils::launchLink: url = $url');
if (PlatformInfo.isWeb && HtmlUtils.isSafariBelow17()) {
html.window.open(url, isNewTab ? '_blank' : '_self');
} else {