Questions
Integration with cordova
Can we integrate cordova plugins with the goNative?
Google aab signing
We have Releases signed by Google Play enabled on Google Play Console but when I try to import the aab file i'm getting an error:
JSBridge is not defined
I followed the following documentation to integrate the JavaScript Bridge Library in my web application - https://median.co/docs/javascript-bridge
Android blocks Install
Even if I choose the "Install Anyway" install proceeds for about 30s then fails. What now?
Adding android deep linking after publishing app
In the docs it says that we should have /.well-known/assetlinks.json available before publishing the app to avoid verification issues. If we have already published the app and are looking to add this how could we check if this is the issue? We have followed every other step to enable deep linking but it is not working.
Splash screen closing before finished loading.
On our app, the splash screen will properly show up when first opening the app, then it will close and there is usually a significant delay between that and when our login modal opens up. Is there any way to extend the splash screen further into the loading so there is not a blank screen for as long?
Problem with popup ads.
I'm making movie app for personal uses and there's ad over the video player everytime. Everytime i click it, it takes me to my browser to open it. How can I make the app block the ad or doesn't openning it ? ( sorry for my english )
i can not login with google or facebook because quit from the app and open browser
When I want to register or log in with Google or Facebook, it enters the browser and the login is done there and does not enter the program, so naturally I cannot log into the user account through the program!
languages
Good morning,
is it possible to display the application menu in two different languages?
JSBridge is not defined at addCommand
After integrating the GoNativeJSBridgeLibrary file into my project and attempting to utilize its available methods, I encountered an issue. The problem arises when calling the addCommand function, specifically in the last line where JSBridge.postMessage(data) is written. The error states that JSBridge is not defined. I am unsure what JSBridge refers to and whether it is a separate library that needs to be added or installed. I am wondering what step or point I might have missed in the process.