Categories
nativePHP

Summoning the Dialer: NativePHP and PSTN Numbers

Sometimes your app needs to do more than just show a number—it needs to breathe life into it and send it straight into your device’s native dialer. In the world of the browser, the magic incantation is simple: tel:+123456 But inside a NativePHP app, this spell goes unheard—NativePHP doesn’t yet recognize the tel: scheme by […]

Categories
nativePHP

Breaking the Custom Sound Barrier with NativePHP & Firebase Cloud Messaging on Android

Today, we’re blasting off into uncharted territory: getting your push notifications to roar with a custom sound on your Android app. Strap in, because the custom sound plane is about to break the sound barrier! 🛩️💥 Your secret weapon? A .ogg or .mp3 sound file. Place it in the heart of your Android app: nativephp/android/app/src/main/res/raw/notification.ogg […]

Categories
nativePHP

NativePHP and the Microphone Permission Menace: Taming the One-Time Access Beast

Next up: the dreaded microphone permission showdown. Every time a caller tried to start a call, the ominous prompt blasted onto the screen—“Would Like to Access the Microphone.” Sure, having a working microphone is essential, but this relentless gatekeeper made the whole experience feel like navigating a booby-trapped jungle rather than a smooth voice app. […]

Categories
nativePHP

NativePHP Firebase Cloud Messaging and the deep link

Push notifications are a powerful tool to engage users — and opening a specific screen within your app from a notification can dramatically enhance the user experience. Lately, I have been working with FCM and nativePHP. My use case was straightforward: to notify a callee of an incoming call via push notifications. Upon pressing the […]

Categories
twitch

Block twitch ads with a vpn on the AWS network

Block twitch ads with an adblocker Twitch is fighting adblockers left and right. And adblockers are fighting against twitch anti-adblocking. This is a constant battle that never ends. A lot of  people are complaining that adblockers no longer really work. So what is the alternative. Block twitch ads with an VPN You could consider a […]