Questions
Customm CSS
Hello, for some reason stopped working rules for CSS, that is, when you open the application rules are not applied immediately, and have to refresh the page and only then everything will work, such a problem only on android, with IOS everything works correctly, can you tell me what the problem is? I read your documentation, I write the rules with !important, I do everything according to the instructions, but the problem remains. Thank you in advance for your help
Posted by Pavel about 4 hours ago
Onesignal click handler is not firing
I've added the bridge code to handle Onesignal In-App click events but it's not working.
gonative.onesignal.iam.setInAppMessageClickHandler(function() {
alert ('This is a test');
});
I've tried with our existing build and a brand new build. Neither of which fire the event.
BTW there is an error in your docs.It says hander instead of handler.
Posted by Adam Jimenez about 6 hours ago
Google Plugin Error 10
Hi, i just follow the documentation for implementing the google login and set up all login configuration as stated in the guide, but still having an error 10 response.. Can you help me what i missed, it is both android and iOS.
Thank you very much!!!
Posted by Jonel about 15 hours ago
Error with social login plugin and XCode 15
I just purchased the social login plugin and set it up, then tried to rebuild my app on XCode 15. I get the following error:
The bundle 'Payload/TrustedNation.app/Frameworks/SocialLoginPlugin.framework' is missing plist key. The Info.plist file is missing the required key: CFBundleShortVersionString. Please find more information about CFBundleShortVersionString at <https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring> (ID: 5edcb226-7201-4564-8a15-21e854b7f754)
Could you please assist? This is time sensitive as I need to release a new bundle asap.
Posted by Boris Wexler about 21 hours ago
THE APK FILE THAT I CREATED USING MEDIAN WILL IT LAST FOREVER
markdown
Posted by Nchasi Tz 2 days ago
App generated with Android Advertising ID requirement
My app is being generated with the com.google.android.gms.permission.AD_ID permission, but we don't use this advertising ID. This started when we added the social login plugin. Is there a way to use the social login plugin without requiring this permission?
Posted by Justin Ashworth 2 days ago
iOS Xcode error

Hi? I downloaded the iOS web App using Median.co and open the project in Xcode. I run the code and got these errors. I did not change anything in Xcode. I just open the project created by Median.co and run. How can I solve these?
Posted by Sungjoon Nam 3 days ago
Android - Uses Webview or PWA (Progressive Web App)
Hello,
Is the Android compiled version of the app uses a Webview or is it installing as a PWA?
Thanks
Posted by Daniel 6 days ago
Bug in sample code for Social Login
The page <https://median.dev/social-login/redirect-demo/> has a syntax error that's likely caused by a search & replace from gonative to "median.co". The error is clear in the console when you load the page. It's on line 146 of the source:
```javascript
const isMedian.co = navigator.userAgent.indexOf("gonative") >= 0;
```
The variable should just be "isMedian" as it's used that way in the subsequent code.
Posted by Justin Ashworth 7 days ago
[Status bar] - Query on focring dark mode to be light mode.
Hello,
My setting in the go native dashboard is
Interface - Darkmode - folder
<https://drive.google.com/file/d/1Tr_Zam17ErJGuo8iNiU8B1eyANztTXTu/view?usp=share_link>
this is forced to be Light mode always.
But in Android phone, though I am facing the mode to light mode, my app gives grey status bar in light mode and black status bar in dark mode.
Can you please guide me here.
Thanks
Posted by Champa 8 days ago