EDIT VERY SIMPLE CODE (DEEPLINK/OPEN APP ON PHONE)

  • 진행 현황: Closed
  • 상금: $10
  • 응모작 접수(건수): 13

콘테스트 개요

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 -->

추천된 기술

이 콘테스트의 최상위 응모작

다른 응모작

공개 설명 게시판

  • prantogpi
    prantogpi
    • 2 년 전

    Hello, please check entry #10

    • 2 년 전
  • rishabhkanhaiya8
    rishabhkanhaiya8
    • 2 년 전

    hi sir please check #8 , #9 .

    • 2 년 전
  • daniilkurka
    daniilkurka
    • 2 년 전

    Hi dear. Please check #4 Danyil K.

    • 2 년 전
  • wedecoder
    wedecoder
    • 2 년 전

    Hello, I have the solution to your problem. Direct message me, I will show you how to fix it.

    • 2 년 전

콘테스트를 시작하는 방법

  • 콘테스트를 게시하세요

    콘테스트 등록 신속하고 간편한 절차

  • 응모작 접수

    응모작 접수 세계적인 참가 범위

  • 최우수 응모작 선정

    최우수 응모작 선정 자료 파일의 다운로드(초간단!)

콘테스트 바로 등록 (또는, 즉시 회원 가입!)