Questions
Can Median create a site that interfaces with a self hosted Sharepoint site?
I access our corporate Microsoft Sharepoint Site using my iPhone. The login process on my phone is very difficult because it doesn't cache the ussername and password very easily. I am trying to find a solution that will convert our internal sharepoint page to an IOS APP. I would like the login to be much easier as well as access camera and other features native to the phone.
Oversized font on Android apk
Hi,
After installing the apk file on Adroid to preview our app, we found pretty much all fonts as well as multiple icons to be quite oversized in comparison to those of our website. This behavior is exclusive to Android, not presenting itself on iOS.
Any idea of what could be causing this and how to fix it?
Logo da Median
Olá...
Integrating TalkJS, need device token on iOS and registration token on Android. Where do I find these?
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?