Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
According to safari dev tools; the copy & paste has the mime types; text/html;text/plain;[ATTACH=full]254787[/ATTACH]Digging into the minified js;[CODE]/text/html/.test(c) && !b.browser.safari ? v = a.clipboardData.getData("text/html") : /text/rtf/.test(c) && b.browser.safari ? v = q : /public.rtf/.test(c) && b.browser.safari && (v = a.clipboardData.getData("text/rtf"))[/CODE]For safari this will skip text/html copy & paste
According to safari dev tools; the copy & paste has the mime types; text/html;text/plain;
text/html;text/plain
[ATTACH=full]254787[/ATTACH]
Digging into the minified js;
[CODE]/text/html/.test(c) && !b.browser.safari ? v = a.clipboardData.getData("text/html") : /text/rtf/.test(c) && b.browser.safari ? v = q : /public.rtf/.test(c) && b.browser.safari && (v = a.clipboardData.getData("text/rtf"))
[/CODE]
For safari this will skip text/html copy & paste
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences