ANSWERED

Background Location Native Plugin

If I purchase this plugin,
I've to only copy/paste the JS code into APP and changes in XCode.

ANSWERED

Download file Blob

Is it possible to download a file that is returned from our api as a blob? Currently we are trying to use window.URL.createObjectURL(blob); to pass a url to the gonative.share.downloadFile function but the app pops up a notification with 'unknown protocol: blob'.

ANSWERED

Cross site tracking config

We need to embed thoughtspot but it uses third party cookies and cross site tracking, but for some reason if you disable cross site tracking it also disables the usage of third party cookies and we cannot authenticate in thoughtspot propperly.
is there a way that we can ensure that our go native app enables the cross site tracking for all the users so they wouldn't face that issue?

ANSWERED

Can I add a news section in the app where I can update the news articles via my website CMS?

I am looking to create an app that has a news section in it. If my website has a news section and I create an app from it, will the news section in the app update when I update the news in my websites?

ANSWERED

Swipe not working in iPhone pro max models

Swiping back works perfectly on all models of iPhone and iPad except on ProMax models. Is there any fix for that?

ANSWERED

I cannot download files (excel, images, pdf) in GoNative app. Is there anything I need to do?

I came to find that I cannot download the files from my GoNative mobile apps but they can be easily downloaded from the mobile browsers.

ANSWERED

how do I add music to my app

how do I add music to my app?

ANSWERED
ANSWERED

Offline website, without network

I have a zip file with an offline version of a website. Works on desktop browsers and Chromium for Android with "file:///sdcard//index.html"
It contains the HTML, and linked js and css files. References are all relative.
I want to build a gonative app that doesn't need network permissions at all.

ANSWERED

Instead of http remote webpage, can I build solely on a local file:/// URI

I have a zip file with an offline version of a website.
It contains the HTML, and linked js and css files. References are relative.
I want to build a gonative app that doesn't need network permissions at all.