ANSWERED

Deep links do not work on some devices.

We have correctly configured the settings for Android and iOS. Although the app is installed, clicking on the link does not open the app on some devices, while it works on others.
ANSWERED

APK scanner detects a Trojan

I tried to reach your team about this with no response. I used your platform to convert a webpage into an APK and the resulting APK shows a a trojan detected when I run through the virus detecting sites. Additionally, gmail won't let me attach it to any email it detects a vitus! I'm not trusting this APK and have stopped working on it or installing it on my devices.
ANSWERED

Apple Wallet Integration

Is there support for adding items to Apple Wallet?
ANSWERED

Default Icon Size

Is there a way to modify the icon sizes without using custom icons? FontAwesome (default provider) has different weights to select from but does not allow you to change the size of the icon. During an app rebuld, we used the same FontAwesome Icons / weight but found that the icon sizes changed (bottom tab bar). Is there a way to modify the icon sizes in the bottom tab bar?
ANSWERED

how can i make splash screen full screen size

hi, i want to ask for help for splash screen i try make full screen but nothing working thanks for help
ANSWERED

virustotal Threat detection

When I scan the apk file in Virustotal, it detects it as a Trojan. How to solve this problem?
ANSWERED

How can I gather the inquirer's phone and e-mail to send a free video or author contact information?

How can I gather the inquirer's phone on the app and e-mail to send a free video or author contact information?
ANSWERED

Is redirect when first opening app removed when I purchase the full version?

When I open the app, rather than opening my url directly, it opens `https://us-central1-gonative-demos.cloudfunctions.net` first, and that url then redirects to my actual app url. Is this redirect removed in the paid version? I ask this, because that redirect prevents the cookies from being available to my app when it is first opened, and I must refresh the page to get the cookies. My app uses cookies for login information. Here is a screenshot: <https://imgur.com/a/0yQUAvk>
ANSWERED

Cart counter

How can i implement a cart icon on the median platform that shows the number of products in the cart? i have the cart icon already on the navigation bar but i looks weird not the know how many items you have in your cart without clicking on it.
ANSWERED

Debugging Google social login

I have integrated the social login plugin for Facebook successfully, but I'm struggling to get sufficient debugging information to troubleshoot the Google login. I am using the Javascript callback method and all I get is error code "10". Is it possible to also log e.getStatusMessage() for the specific error details? ```java // The ApiException status code indicates the detailed failure reason. // Please refer to the GoogleSignInStatusCodes class reference for more information. Log.w(TAG, "Google SignIn result failed = " + e.getStatusCode()); ``` Thanks!