Questions
Background Location Native Plugin
If I purchase this plugin,
I've to only copy/paste the JS code into APP and changes in XCode.
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'.
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?
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?
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?
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.
how do I add music to my app
how do I add music to my app?
how to open link externally
Hello
please guide me on how to open the link external
I use the code for rules add runtime
var rulesArray = [
{
"id": 1,
"regex": "https?://.*?external=true",
"internal": false
}
];
gonative.internalExternal.set({"rules": rulesArray});
and my link
Click
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.
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.