Questions
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.
Deep link handling
Hello, the deep link can have data in URL - path, and query parameters.
How to get this data in the application?
Can a proxy server be used in the APP?
Can a proxy server be used in the APP?
how to block ads in the webpase when building apk
I am trying to build a app for a movie site. But can i block ads on that site.
App Source Code
Does GoNative retain any source code copyrights or do I retain all rights?