Questions
Professional License+Push
Hello,
I'm interested in creating a hybrid website app and converting it using your software. Can you provide me with more information on how to proceed?
I would also like to know how to incorporate Push Notifications into the app. Could you please share any documentation or relevant resources on this topic? PHP? Javascript? OneSignal??
Additionally, I will need to purchase a GoNative Professional License in order to submit the app to both Android and iOS platforms.
Please let me know the next steps so that we can continue with the development process.
Posted by Jesper Madsen about 9 hours ago
How to set back button to close modals/overlays?
Hi! I would like to see this functionality in my app, mirroring similar features I see in native apps. For example on an app such as Uber Eats, if I have some sort of modal or overlay active, and then I press the native back button on my phone, it toggles it closed. The behaviour I see with GoNative mirrors the browser, where instead of closing the modal, it will direct you to the previous page instead. Is there some kind of way to make it so when a modal is open, the default behaviour of the back button is changed?
Posted by Susan about 15 hours ago
open submenus by default
Hello, I have two questions, I ask my first here.
in the sidebar visual editor, I have created menu groups, but I would like these to be open by default. That the user is free to close them if he wants.
by default, menu groups are closed.
is there a line of code i could add in advanced mode for this?
thanks in advance
Posted by Damien 2 days ago
1 MESSAGE FOR VERSION CODE 5
1 MESSAGE FOR VERSION CODE 5
Cleartext traffic allowed for all domains
Your app's Network Security Configuration allows cleartext traffic for all domains. This could allow eavesdroppers to intercept data sent by your app. If that data is sensitive or user-identifiable, it could impact upon the privacy of your users.
Consider only permitting encrypted traffic by setting the cleartextTrafficPermitted flag to false, or adding an encrypted policy for specific domains.
Posted by Sampad Mondal 3 days ago
How to edit code in publice.xml and strings.xml
<public type="string" name="ssl_error_cert" id="0x7f10009d" />
<public type="string" name="ssl_error_expired" id="0x7f10009e" />
<public type="string" name="ssl_error_generic" id="0x7f10009f" />
<string name="ssl_error_cert">Invalid SSL certificate</string>
<string name="ssl_error_expired">SSL certificate has expired</string>
<string name="ssl_error_generic">Error establishing SSL Connection</string>
i wanna delete this function called check ssl that i found in public.xml and strings.xml .
is that any way to delete these codes to avoid SSL check ?
please help to me sir....
Posted by noncapture 4 days ago
I am unable to Add Javascript Bridge Code in my Website which is written in Javascript. How can I access the same.
When trying to implement this:-
// Set screen brightness to 80% and the statusbar styling as soon as page loads
function gonative_library_ready(){
gonative.screen.setBrightness(0.8);
gonative.statusbar.set({
'style':'light',
'color':'80ff0000',
'overlay':true
});
}
It says gonative cannot be refrenced.
Posted by Pranav 6 days ago
App Package Name
How can I change my app package name in gonative?
Posted by Puspa Raj 7 days ago
How delete an app in GoNative?
How delete an app in GoNative site?
Posted by Hélio Pimentel 7 days ago
How delete an app?
How delete an app?
Posted by Hélio Pimentel 7 days ago
If I have an app that is georestricted, how do I ensure the testing is done from specific countries?
If I have an app that is georestricted, how do I ensure the testing is done from specific countries?
Posted by Igal Schenider 9 days ago