Skip to content

Commit

Permalink
Restricted access from non-mobile device
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Nov 27, 2024
1 parent 69d86bf commit caf1dbc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
5 changes: 3 additions & 2 deletions packages/webapp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<link href="/fonts/PermanentMarker/index.css" rel="stylesheet">
<link href="/assets/reset.css?v=3.01" rel="stylesheet">

<script src="https://unpkg.com/[email protected]/es5.js"></script>
<script src="https://telegram.org/js/telegram-web-app.js?v=7.10"></script>

<!-- Google tag (gtag.js) -->
Expand All @@ -104,10 +105,10 @@
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-PZ1CMW2QSD');

if (typeof TelegramWebviewProxy === "undefined" && !Telegram?.WebApp?.initData) {
const bowser = window.bowser.getParser(window.navigator.userAgent);
if ((typeof TelegramWebviewProxy === "undefined" && !Telegram?.WebApp?.initData) || (bowser.getPlatform() === 'desktop')) {
window.location.href = "/not-support.html";
}
</script>
Expand Down
29 changes: 14 additions & 15 deletions packages/webapp/public/not-support.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,33 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Playnation - Comprehensive Polkadot, Substrate & Ethereum wallet</title>
<title>Football Rivals</title>

<meta name="title" content="Playnation - Comprehensive Polkadot, Substrate & Ethereum wallet">
<meta name="title" content="Football Rivals">
<meta name="description"
content="Empower blockchain usage with a one-stop-shop for the multichain. Playnation helps you manage your assets with full control.">
content="An exciting new way to build and play with your RIVALS collection!">
<meta property="og:site_name"
content="Playnation - Comprehensive Polkadot, Substrate & Ethereum wallet">
<meta property="og:url" content="https://subwallet.app/">
content="Football Rivals">
<meta property="og:url" content="https://mythical-games.playnation.app">
<meta property="og:title"
content="Playnation - Comprehensive Polkadot, Substrate & Ethereum wallet">
content="Football Rivals">
<meta property="og:type" content="website">
<meta property="og:description"
content="Empower blockchain usage with a one-stop-shop for the multichain. Playnation helps you manage your assets with full control.">
content="An exciting new way to build and play with your RIVALS collection!">
<meta name="twitter:site" content="@https://">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title"
content="Playnation - Comprehensive Polkadot, Substrate & Ethereum wallet">
content="Football Rivals">
<meta name="twitter:description"
content="Empower blockchain usage with a one-stop-shop for the multichain. Playnation helps you manage your assets with full control.">
<meta property="og:image" content="https://file-library.subwallet.app/preview-images/webapp.png"/>
<meta property="og:image:secure_url" content="https://file-library.subwallet.app/preview-images/webapp.png"/>
content="An exciting new way to build and play with your RIVALS collection!">
<meta property="og:image" content="https://mythical-media.playnation.app/mythical/share_preview_2deab482bd.png"/>
<meta property="og:image:secure_url" content="https://mythical-media.playnation.app/mythical/share_preview_2deab482bd.png"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="600"/>
<meta name="app:version" content="<%= htmlWebpackPlugin.options.meta['app-version'] %>">
<meta name="copyright" content="Playnation"/>

<link rel="canonical" href="https://telegram.playnation.app/"/>
<meta name="copyright" content="KoniStudio"/>

<link rel="canonical" href="https://mythical-games.playnation.app"/>
<!-- Favicon and App Icon -->
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
Expand Down Expand Up @@ -64,7 +63,7 @@
<div id="root"></div>
<div id="loading-placeholder" class="startup-screen" style="position:fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2000">
<div style="text-align: center; padding-top: 60px">
Please open app in the Telegram
Please open Football Rivals in the Telegram Mobile App
</div>
</div>

Expand Down

0 comments on commit caf1dbc

Please sign in to comment.