[UPDATE] Free Alpha Dialog | Transparent Dialogs, Custom Toasts and much more

When I implemented AlphaDialog in my app, I had an error exporting to apk/aab. the same thing also happens when I publish my application to the Google play console, and I get a notification like the note below:

error

Zip Path Traversal

Your app contains an insecure unzip pattern, which may lead to a Path Traversal vulnerability. Please read this Google Help Center article to learn how to fix it.

  • com.startapp.android.publish.adsCommon.a.g.a

What is the way to overcome this?

I can’t believe i am finding out about this extension only now.
Didn’t try i yet but I liked very much the examples

1 Like

that happens with me too, in my case it s because admob component

I am using this extension for about 2 months, and now I found a problem. Not sure if it is a bug or if it was intented to work like this (I think not because one of the images sent as example don’t have this problem). Anyway, I am using one arrangement with a label, a space and a button.
image

No matter what width I set in the arrangement design, the dialog always appears with this margin of about 20% in the left and right side of the dialog. I would like to set the arrangement to a personalized width, like fill parent, 90%, 94% (the same width as the arrangement that is being showed).
But even if the layout is fill parent he dialog will have these margins like this:

What happens if you use a cardview inside VA like in the provided example ?

1 Like

It doesn’t work either.
Actually, if I put the card view inside a vertical arrangement and set layout to vertical arrangement the content isn’t even showed correctly
In the design like this:
image
And the blocks like this:
.
image
The content of the card view is not even showed in screen.
If I set the cardview as the layout like this:
image

then it works but with the ±20% margin (the same as the screenshot of my last post).

1 Like

Sorry, I don’t understand… but…
I think I use a 100% H and W Vertical Arrangement, and inside it, a CardView , HA ,VA, Labels and Buttons… And the other property, did you test it?

It’s not like this ?

1 Like

Could you send me the apk so I can test here? May be the problem is in my phone.
I can’t send my apk here because I won’t have access to internet in my computer today anymore

Ok, :+1:
I sent you a private message.

1 Like

[OFF] I pass this street almost every day rs

3 Likes

Just to bring a feedback, so others don’t worry: I couldn’t yet understand why it was not working, but after some tests and specially thanks to Rogerio Rios I could be sure that the extension is working just fine. The problem was with my settings / blocks.

4 Likes

Great extensoin but one problem on samsung device Dialoge showing On Bottom

1 Like

I’m on Samsung galaxy s21, and no problem for me.

Can you show bloc ?

Beautiful extension I am using my project

1 Like

Hi, me too needed to show alpha dialogue component in full screen. How can i do that. Mine too have a 20% margin in all side.

I did it and also added an animation

2 Likes

I update my extensions like customView among others and overcome that message in the playstore console

how you did that pop up dialogue from buttom? Can you share blocks?

1 Like

It worked for me in App Inventor but today, January 2, 2024, it doesn’t work for me.

Hi.
I have made a full screen map app, so I deactivated navigation bar on screen properties; but when showing alpha dialog it brings to the screen the navigation bar. Is there a way to prevent navigation bar to show up?