Questions
Sha 1 certificate fingerprint
Hello can anyone tell me how to get it?
median_share_to_app() not working?
I added the median_share_to_app function to the very top of my site but it does not get called when sharing something from Audible or Spotify. The function in my case only holds a test alert() and does not access the actual JSON data.
Downloading files and images
Based on the sample DownloadFile page provided by Median, can someone tell me why the first button does not work, please? Many thanks.
Phasescriptexecution failed error?
Hi,
We've been working on wrapping our app with Median by following the steps outlined here https://median.co/docs/build-ios-from-source. But for some reason, we keep getting an error (phasescriptexecution failed) and unable to run the build.
Android app : User-Agent lost after Redirect
My web application sometimes performs HTTP 301 or 302 redirects. I have blocked access to my application by checking if my user-agent contains the word ‘myapp.’ When there are 301 or 302 redirects, the user-agent header is no longer the one configured in Median. The error seems to come from ‘public boolean shouldOverrideUrlLoading(WebView view, String url) {’ which no longer returns the imposed user-agent but returns the device’s user-agent instead.
Disabling the Javascript Bridge
Is it possible to disable the JavaScript Bridge on all my web pages?
Get information about whether device is using dark or light mode.
Is there any way to know which mode ( light or dark) the device is using? For example, on ios or android, how can I know if dark mode is on ?
Page load times slow
Hi 👋,
App launching zoomed in and scrolled down
I am attempting to build an app using Median based on a web dashboard we have. It works fine when testing using dev mode in browsers using various screen sizes, but when I create the app in Median, log in, and then load our "dashboard" page, it displays it zoomed in and scrolled down. I've had my web developers look into the page load on their end and it's working fine. Can anyone suggest something to make the page load at the top and not zoomed ? Thank you!
Google Login doesn't work after we create a new Android build
We have the Social Login plugin set up as described in the documentation and that's been working fine for our current release. The problem only seems to occur for a new Android build (a new build for iOS still seems to work fine).