EDIT VERY SIMPLE CODE (DEEPLINK/OPEN APP ON PHONE)
- Статус: Closed
- Награды: $10
- Полученные заявки: 14


Краткое описание конкурса
Please look at the following code, if you are on laptop it works as it should directing you to the "Please subscribe)
But if you are on smartphone, it doesn't work- Please get back to me if you think you can help :)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script type="text/javascript">
window.onload = function() {
var desktopFallback = "https://bit.ly/IPFIXYT",
mobileFallback = "https://www.youtube.com/channel/UC91cTahWYcGDZVvAJYNZFqg?sub_confirmation=1",
app = "vnd.youtube://https://www.youtube.com/channel/UC91cTahWYcGDZVvAJYNZFqg?sub_confirmation=1";
if( /Android|iPhone|iPad|iPod/i.test(navigator.userAgent) ) {
window.location = app;
window.setTimeout(function() {
window.location = mobileFallback;
}, 25);
} else {
window.location = desktopFallback;
}
function killPopup() {
window.removeEventListener('pagehide', killPopup);
}
window.addEventListener('pagehide', killPopup);
};
</script>
</body>
</html>
<!-- /wp:html -->
Рекомендуемые навыки
Лучшие работы этого конкурса
-
malimali110 India
-
mizan128398 Bangladesh
-
ShahjahanWork Pakistan
-
qwertykg South Africa
-
prantogpi Bangladesh
-
rishabhkanhaiya8 India
-
rishabhkanhaiya8 India
-
tangilalopa2000 Bangladesh
-
abhiaspro India
-
daniilkurka Ukraine
-
wedecoder Benin
-
wedecoder Benin
Панель общих вопросов
Как организовать конкурс
-
Опубликуйте ваш конкурс Быстро и легко
-
Получите массу заявок Со всего мира
-
Присудите приз лучшей заявке Загрузите файлы – это просто!