Jezer
Jezer
in ie11 ``` copy('test', { format: 'text/plain', }); ``` results in ```test``` being copied to clipboard and pasted into ms-word ``` copy('test', { format: 'text/html', }); ``` results in empty...
We believe the params are causing issues. We need the ability to initialise GTM using just the base url https://www.googletagmanager.com/gtm.js?id=GTM-XXXXX rather than https://www.googletagmanager.com/gtm.js?id=GTM-XXXXX>m_auth=>m_preview=>m_cookies_win=x is this possible?
We have a IOS React Native App that contains a webview, that webview shows this react-pin-input, however this compoent does not seem play nicely with the IOS 'From Messages' feature,...
My `composer.json`: ```json { "name": "test/composer2.7.2", "authors": [ ], "repositories": [ { "type": "composer", "url": "https://wpackagist.org" } ], "require": { "wpackagist-plugin/classic-editor": "*" }, "extra": { "installer-paths": { "plugins/{$name}/": ["type:wordpress-plugin"] }...