adjust / cordova_sdk

This is the Cordova SDK of
http://www.adjust.com
Other
37 stars 43 forks source link

Ad transparancy popup background is coming as black instead of app screen in ionic Cordova based application #139

Closed mpchaithra closed 3 years ago

mpchaithra commented 3 years ago

We are able to get the ad transparancy popup after calling requestTrackingAuthorizationWithCompletionHandler() function and able to get the status also based on user input. But When the popup is displayed background is black and we are not able to see the application screen in the background.

We are using Ionic 5 in our app with Cordova and angular 11.

Please make the necessary changes to get the transparent background when the popup is displayed.

uerceg commented 3 years ago

Hi @mpchaithra

Sorry for a bit of delay in replying. Adjust SDK is not responsible for any UI moments in dialog which is being displayed. Only thing which Adjust SDK method you mentioned does is that it forwards the call to corresponding native method and that's pretty much it. How dialog looks like is fully in power of iOS and not our SDK.

Cheers