Andrey Grunev
Andrey Grunev
Which version of iOS are you trying on? If it is that old that its Safari does not support ES6 syntax, try to convert the openwith.js with babel or symply...
This is a work in progress. Hope, I'll get it updated soon
Hello, A lot of the plugin has been rewritten since the last commit in this repo, including URL shares. Hopefully, I'll update it during the next weekend. For now, I...
This method with custom schema is still working for me on 11.2.5. I should definitely find some time and update the repo.
Same issue when trying to import into React app. Works perfectly well if trying in node environment. Is it meant to work in browser at all?
Same issue here - since translate.google.com does not send CORS header, it won't work from any other domain.
Not sure. I tried it a while ago with no success. As a quick workaround, I'm going to use this module in a small express app and serve the result...
As mentioned in another issue, you can only make it work by using a magic number 640 for width and height :)
The last background argument is missing in the release version. And in the latest github version it's still missing in the minified file. I made it work by cloning the...
Facing the same issues. As a workaround, we could disable native transitions for the parts where they freeze the app, but this is likely not the best solution.