Questions
median.klaviyo.setProfile() function
Hello,
Disable overscroll effect on Android?
The webview on Android has this rubberband effect when overscrolling, stretching the page a bit before popping back. There's supposed to be an option on the webview to disable that. I was wondering if that option is accessible through our Median app configuration somehow?
Issue: median.auth.save() Succeeds but median.auth.get() cant retrieve the saved secret.
We’re using median to integrate biometric login in our app. Recently, the biometric auth module stopped returning the saved secret even though the save operation completes successfully. The biometric auth plugin is enabled, and the login url has been properly whitelisted.
Android 15 Edge-to-Edge Compatibility Warning and Deprecated API Usage
We’ve received warnings related to edge-to-edge display and deprecated APIs when preparing our app for Android. It seems that some parts of the app (or dependencies) still use APIs that will no longer be supported.
Need .pem Signing Certificate for Google Play App Key Upgrade
Hi, I need the signing certificate (.pem) file for my app, so I can request a Google Play App Signing Key Upgrade.
Is BLUETOOTH or BLE works? if yes, how it works?
my question is very simple. i want to send file with bluetooth or BLE. Can i do that? if yes, how can i do that?
Android app asking for "Phone" and "Device ID & call information" permissions
I'm working on getting an Android app into Google Play — currently I'm just trying to set up an internal testing phase.
Beta Testing IOS & Android
Hello, can you suggest what is the best way to test for Apple or Android?
File download with Content-Disposition:attachment didn't work well
Hi, I have a button on my site to download history data in excel format. The button makes a POST request with payload and the server responses with "Content-Disposition" header set to "attachment", like the screenshot shows below.
Closing webview after login
Hello i have to use my apps native login flow as this is recommended by the host, the issue is that once users click login via Google it opens a webview that I will need to close once the login has completed