Hi Nandynho! How are you going?
Sorry that I answer that late, I've been very busy... Yes, if you right click the input, nothing happens, no contextmenu is shown at all! This happens in Chrome and NW.js preview as well as in Android apk.
I guess it's this part of the code in "sweetalert2.js":
document.body.appendChild(sweetContainer);
$("#sweetalert2").bind('contextmenu', function(e){ return false; });
[/code:1nntjdbl]
but I don't know how to change this.