ANSWERED

Unable to change Android build number, only version name. Search console won't let me submit a new build.

![](<>) When we go to submit a new internal testing build, and upload the .AAB file, this is what is returned by the search console. We can't change the version number, only the version name, e.g 123 (version name here) We need to be able to edit the 123, because it's not incrementing correctly. How can I change the build number, there's no option within the Build/Download section to do so?
ANSWERED

IOS Lockscreen widgets

Good day. My team and I have been operating our app through Median for several years now. We are looking to extend our application's capabilities beyond the app itself, specifically by incorporating widgets such as lockscreen widgets in iOS. Could you advise on which Median plugins best support lockscreen widgets and device widgets for both Android and iOS? Any information in this regard would be greatly appreciated. Thank you.
ANSWERED

Phenomenon of returning to initial screen after external link

When clicking an external link within the webview, it is set to open in an external browser. After clicking and returning to the app, the webview automatically changes to the initial screen. This behavior didn't occur originally, but it has been happening from a certain point. When proceeding in the median simulator, it works normally as before. Why does one get reset while the other doesn't? Also, how should we approach solving this problem? My current Android version is as follows: Android v14 <br /> screencast : <https://jumpshare.com/s/dpG2hC2NiAr7CaH6vo4Z>
ANSWERED

shareToApp on iOS

Hello Team, we are trying to deploy our web app as an iOS application with a share to app feature. The share to app functionality works correctly in Android but we are unable to get it to work on iOS. We have added the AppGroup parameter to both the main app and the extension configurations. Yet, during bundling, the share to plugin code is not bundled (we know this as we tried to debug this code in Xcode and the debug points end up with a dashed outline). Please let us know how to fix this. Thanks
ANSWERED

How to turn off screen zooming?

How to turn off screen zooming?
ANSWERED

I want to change android package name

I want to change android package name, I am trying to edit it from appConfig.json but after saving it stays to older package name
ANSWERED

My app only shows a whitepage with nav bar

My application doesn't work on the simulator, it just displays a white screen when opening the app. I've also got an issue where (when it was not just displaying white) the navigation works fine on iOS, but not on android. It would not open the menu or be able to access any of my javascript window functions.
ANSWERED

About app

After six months if I do any changes in my app it will work or not
ANSWERED

Invalid SSL Certificate Warning even though the certificate is fine on the web platform

We are getting "Invalid SSL Certificate" warning when we load the app, but there is nothing wrong with the SSL certificate on the web platform that is used in the app. Anyone dealt with such issue before?
ANSWERED

Is it possible to change the Custom button on Top Navigation with JavaScript?

I've been able to use dynamic links for the side navigation and the bottom bar. Is there a way to dynamically change the top navigation icon/link with JavaScript? <https://median.co/docs/add-custom-buttons> There is a sample JSON in the demo: <https://median.co/docs/top-nav-bar-demo-app> How can we use that in JavaScript?