Polm90
Polm90
Is it possibile to print multiple files at once? For example, printing 2 or 3 PDF files with only one call to print function?
Are you going to add support for Bootstrap 5? Thank you!
Fix "unable to find translation for key" [l10n.zip](https://github.com/fabi1cazenave/webL10n/files/964213/l10n.zip)
Is there a way to use the testing environment as described in the [official documentation](https://core.telegram.org/bots/webapps#using-bots-in-the-test-environment)? Thank you
Hi, I've a strange bug on Safari 14.1.1 (no problems on previous Safari versions or on other browsers): after I've done localforage.config({name: "app_name", key:"app_key_storage"}), i do a localforage.getItem("item_key").then(elem => console.log(elem));...
I''ve tried the demo https://lukasoppermann.github.io/html5sortable/index.html on IE11 (on Windows 10 with April Update) and nothing works. But in the console there are no errors. Any help? Thank you
Hi, I was trying to use a serviceworker in cordova ios but it's undefined. Am I doing something wrong? Is it possibile to use it? If not, can you add...
I use the file plugin and I access try to access to local files via this: `let path = cordova.file.dataDirectory + nameFile; window.resolveLocalFileSystemURL(path, success, error);` and with cordova-ios 6.0.0 I...
When I install [email protected], it auto-lunches the wizard in the browser but it stucks on "waiting wizard to connect". What can I do?
I'm trying to compile modernizr using npm and a json file. I've added "canvas/canvas" as feature-detct, as reported in the [configuration](https://github.com/Modernizr/Modernizr/blob/master/lib/config-all.json) provided in the documentation, However, I obtain the error...