Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animation issue #11

Closed
solojuve1897 opened this issue Apr 9, 2019 · 2 comments
Closed

Animation issue #11

solojuve1897 opened this issue Apr 9, 2019 · 2 comments

Comments

@solojuve1897
Copy link

solojuve1897 commented Apr 9, 2019

Here's a recording:
[removed link]

Look how there's a black stripe falling down when the Payment-options goes down. I don't think I have seen this when trying out other IAP Cordova-plugins.

This is on Android.

Since Apples sandbox environment IAP is different (with dialogs popping up) than in production I don't know how it will look like for iOS yet. I'm still waiting for Apple to approve my app to test it.

@vegaro
Copy link
Contributor

vegaro commented Apr 9, 2019

Hi! Thanks for reporting. This is actually outside of RevenueCat's control. We rely on the BillingClient that Google provides and they use a transparent activity to launch the billing flow that's probably causing that ugly effect you're seeing. I did a quick search and found this, which looks like a solution https://github.com/googlesamples/android-play-billing/issues/135

Let me know if that helps

Cheers!

@solojuve1897
Copy link
Author

Thanks for the help! It worked. I also had to add the following to my manifest:

xmlns:tools="http://schemas.android.com/tools"

This is valuable information for anyone who cares about making their application feel and look good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants