fabien-d / alertify.js

JavaScript Alert/Notification System
http://fabien-d.github.com/alertify.js/
4.26k stars 726 forks source link

Confirm popup not wotking for mobile device #272

Open kostabbosta opened 6 years ago

kostabbosta commented 6 years ago

it's any solution? Confirm popup not wotking for mobile device? on desktop working perfectly:

<script src="lib/alertify.min.js"></script>
<script>
    function reset () {
        $("#toggleCSS").attr("href", "themes/alertify.default.css");
        alertify.set({
            labels : {
                ok     : "ok",
                cancel : "cancel"
            },
            delay : 5000,
            buttonReverse : false,
            buttonFocus   : "ok"
        });
    }

    </script>