Questions
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?
Demo page not working
Hi! Yesterday I make a question regarding gonative functions not working on web page. You gave me the link to your demo page: https://demos.gonative.io/device-info/
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?
iOS app error page "GoNative Distribution License Required"
Hello,
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.