Listen...

Turn on radio of your choice then interact with us! Top left menu is Dailycast. Top right menu is Truthkast. SCROLL DOWN for popular buttons. Use your phone's back button to come back here.







window.addEventListener('beforeinstallprompt', (event) => { console.log('beforeinstallprompt event fired'); // Debugging log event.preventDefault(); deferredPrompt = event; // Show your custom install button const installButton = document.getElementById('install-button'); if (installButton) { installButton.style.display = 'block'; } });