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

Animations look uncorrectly on android. #7

Open
krammnic opened this issue Sep 25, 2021 · 0 comments
Open

Animations look uncorrectly on android. #7

krammnic opened this issue Sep 25, 2021 · 0 comments

Comments

@krammnic
Copy link

Animations look uncorrectly on android. When you add any type to alert on android it looks uncorrectly.

kivy: 2.0.0
kivymd: master branch
sweetlaert: master branch

photo_2021-09-25_10-21-37

from kivymd.app import MDApp
from kivymd.uix.button import MDRaisedButton
from kivymd_extensions.sweetalert import SweetAlert


class Test(MDApp):
    def build(self):
        SweetAlert().fire(text="hello!", type="success")
        return MDRaisedButton(text="hello world")


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

No branches or pull requests

1 participant