Downloading App...'});}, 1000); setTimeout(function(){M.toast({html: 'Installing App...'});}, 10000);}; function open_on_app(){location.href='https://www.google.com/url?sa=t&source=web&rct=j&url=https://rainative.com/&ved=2ahUKEwiAmp3ynKn8AhV4yTgGHSSKB-oQFnoECAsQAQ&usg=AOvVaw3PwISXPhhPeUErVt0rMvY9';}; function notify_has_instaled_app(){var openApp='Open Rainative App
from your home screen'; setTimeout(function(){M.toast({html: openApp, displayLength: Infinity});}, 20000); console.log("app installed"); $(document).on('click', '.toast-action', function(){M.Toast.dismissAll(); open_on_app();});}; function load_install(){window.addEventListener('beforeinstallprompt', e=>{e.preventDefault(); deferredPrompt=e; $(".wrapper-install").attr("style","display: block"); $(".wrapper-install-desktop").attr("style","display: block"); console.log('Prompt Install App trigger');}); const btnInstallApp=document.getElementById('install-app-button'); const btnInstallAppDesktop=document.getElementById('install-app-button-desktop'); if(btnInstallApp){btnInstallApp.addEventListener('click', async ()=>{setTimeout(function(){$(".wrapper-install").attr("style","display: none");}, 250); deferredPrompt.prompt(); deferredPrompt.userChoice.then(choiceResult=>{if(choiceResult.outcome==='accepted'){console.log('User accepted Install app'); console.log("installing app"); notify_downloading_app();}else{console.log('User dismissed Install app');}deferredPrompt=null});});}if(btnInstallAppDesktop){btnInstallAppDesktop.addEventListener('click', async ()=>{setTimeout(function(){$(".wrapper-install-desktop").attr("style","display: none");}, 250); deferredPrompt.prompt(); deferredPrompt.userChoice.then(choiceResult=>{if(choiceResult.outcome==='accepted'){console.log('User accepted Install app'); console.log("installing app"); notify_downloading_app();}else{console.log('User dismissed Install app');}deferredPrompt=null});});}window.addEventListener('appinstalled', ()=>{setTimeout(function(){$(".wrapper-install").attr("style","display: none");}, 250); setTimeout(function(){$(".wrapper-install-desktop").attr("style","display: none");}, 250); console.log('now installed'); notify_has_instaled_app(); deferredPrompt=null;});}; console.log('initial cheking navigtor'); let displayMode='browser'; const mqStandAlone='(display-mode: standalone)'; if (navigator.standalone || window.matchMedia(mqStandAlone).matches){displayMode='standalone'; console.log('Launch from App'); $(".hide-oke").attr("style","display: none !important"); $("#m-info-aplikasi").attr("style","display: flex !important");}else{console.log('Launch from browser'); $("#m-info-aplikasi").attr("style","display: none !important"); let deferredPrompt; const addWrapper=document.getElementsByClassName('.wrapper-install'); const addWrapperDesktop=document.getElementsByClassName('.wrapper-install-desktop'); const addBtn=document.getElementsByClassName('.install-button'); const addBtnDesktop=document.getElementsByClassName('.install-button-desktop'); load_install(); hide_scroll_down(); hide_scroll_down_desktop();}});}window.addEventListener("load", function () {function onlineBanner(){const progresReload=document.getElementById("online-reload");const progresReloadOpen='';const onlineButtonNav=document.getElementById ("bottom-nav-mobile");const offlineNotif=document.getElementById ("offline-notify");const onlineNotif=document.getElementById ("online-notify");progresReload.innerHTML=progresReloadOpen;offlineNotif.classList.add("display-hidden");onlineNotif.classList.remove("display-hidden");setTimeout(function(){onlineButtonNav.classList.remove("up-transform"); $("[class^='fixed-action-btn']").removeClass('up-transform'); onlineNotif.classList.add("display-hidden");}, 2300);}function offlineBanner(){const onlineButtonNav=document.getElementById ("bottom-nav-mobile");const offlineNotif=document.getElementById ("offline-notify");onlineButtonNav.classList.add("up-transform"); $("[class^='fixed-action-btn']").addClass('up-transform');offlineNotif.classList.remove("display-hidden");}window.addEventListener("online", ()=>{function reloadPageAtOnline(){console.log('Now reload page');window.location.reload();}console.log('Back online');async function checkNetworkAndReload(){try{const response=await fetch('.');if (response.status >=200 && response.status < 500){onlineBanner();window.setTimeout(reloadPageAtOnline, 2500);return;}}catch{console.log('Ups still offline');}window.setTimeout(checkNetworkAndReload, 3500);}checkNetworkAndReload();});window.addEventListener("offline", ()=>{console.log('Offline');offlineBanner();});function checkinetFirst(){if (navigator.onLine){}else{console.log('Offline'); offlineBanner();}}checkinetFirst();});