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.

Answered

Deep link handling

Hello, the deep link can have data in URL - path, and query parameters.
How to get this data in the application?

Answered

Can a proxy server be used in the APP?

Can a proxy server be used in the APP?

Answered

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.

Answered

App Source Code

Does GoNative retain any source code copyrights or do I retain all rights?

Answered
Answered

New update for push notifications?

Hi, I had a working code for Android push notifications using JavaScript Bridge. I wonder if something has changed because it is not working more, could somebody help me?

Answered

iOS app error page "GoNative Distribution License Required"

Hello,

Answered

Does the iOS gonative.share.downloadImage function cater for video files (e.g. mov or mp4 files)?

I'm attempting to use the iOS gonative.share.downloadImage function for video files. Calling the function does not raise an error but the video is not saved. If I can save videos using the downloadImage function than that would be my preferred option.