ANSWERED

Can I remove the grey and black themes which appear while the app is opening?

Grey and black color themes show up when an app is opening. I haven't figured out if these can be changed to different colors or even removed. Kindly help me know if this has a solution.
ANSWERED

Knowing camera permissions before showing camera button?

Is there a way to know if camera permissions are allowed before trying to open the camera? I would like to put a message that says something like "To upload via your camera, change your settings blah blah"...
ANSWERED

APP USAGE IN ANDROID

AFTER DOWLOADING MY MOBILE ANDROID APP HOW TO LAUNCH IT IN PHONE I GOT MANY FILES WHERE IS THE APK FILE IN IT?
ANSWERED

Can't select multiple images to upload while using the app

I have my website turned to app but when uploading images, I can't select multiple images to upload. Only single image selection is accepted. How do I improve this?
ANSWERED

Problems with GoNative's native function to get the UserId / PlayerID

I have paid OneSignal, and I am customizing the JS in website-overrides with the function of your documentation. var gn_oneSignalUserId; function gonative_onesignal_info(oneSignalInfo){ gn_OneSignalUserId = oneSignalInfo.oneSignalUserId; } But it doesn't work because it doesn't extract me the UserID/PlayerID of the OneSignal session and I send it the AppID, KeyID. Please help me to know how to capture that data to be able to send the PlayerID to save in my Server with the Database. I have an API, I just need to capture the PlayerID of the session that is starting in the APP compiled in GoNative.
ANSWERED

Badge icon number control

I disabled clearing badge on app opening (by OneSignal_disable_badge_clearing) Is there a way to control number in badge manually ?
ANSWERED

Splash screen update follow up

Following up on this question: <https://gonative.io/discuss/64b5be7fa4eb5d0065f0995f> is there is there an estimated time frame for this update? And is there any other way to subscribe to updates to this feature besides just a comment in the Q&A post?
ANSWERED

Does the free licence not allow to publish the app do i need to upgrade the licence

Does the free licence not allow to publish the app do i need to upgrade the licence
ANSWERED

Personalize loader

Hello, Is it possible (with a simple plan) to personalize the loader that is proposed by default ?
ANSWERED

share link to facebook

``` how to share a link on faceboo? i tried with javascripto bridge but it doesn't work. nothing happens. and using facebook libraries it doesn't work the same way FB.ui({ method: 'share', href: url, }, window.location.href = 'gonative://share/sharePage?url=' + encodeURIComponent(url) ```