<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Getting data from clipboard in all browser without using ctrl+v event . in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/getting-data-from-clipboard-in-all-browser-without-using-ctrl-v-event/qaa-p/614263#M148459</link>
    <description>&lt;P&gt;There is no cross-browser support for clipboardData.&lt;/P&gt;
  &lt;P&gt;There is a lot of information available on the internet about this:&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://stackoverflow.com/questions/20509061/window-clipboarddata-getdatatext-doesnt-work-in-chrome" target="test_blank"&gt;https://stackoverflow.com/questions/20509061/window-clipboarddata-getdatatext-doesnt-work-in-chrome&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://dzone.com/articles/cross-browser-javascript-copy-and-paste" target="test_blank"&gt;https://dzone.com/articles/cross-browser-javascript-copy-and-paste&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://www.google.pl/search?ei=IFOVWuPCCtHIjwO-k5fYBQ&amp;amp;q=window.clipboardData.getData+chrome" target="test_blank"&gt;https://www.google.pl/search?ei=IFOVWuPCCtHIjwO-k5fYBQ&amp;amp;q=window.clipboardData.getData+chrome&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2018 12:46:59 GMT</pubDate>
    <dc:creator>BJarkowski</dc:creator>
    <dc:date>2018-02-27T12:46:59Z</dc:date>
    <item>
      <title>Getting data from clipboard in all browser without using ctrl+v event .</title>
      <link>https://community.sap.com/t5/technology-q-a/getting-data-from-clipboard-in-all-browser-without-using-ctrl-v-event/qaq-p/614262</link>
      <description>&lt;P&gt; I have tried with IE browser i am able to get data from clipboard by using syntax :-window.clipboardData.getData('Text'). &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/118584-ie.png" /&gt;&lt;/P&gt;
  &lt;P&gt;But same syntax is not working with chrome browser, so please help me with any other code or procedure to get data from browser.This request is based on client requirement copied data is saved in clipboard so i need to fetch the data from clipboard on click on the button event.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 12:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/getting-data-from-clipboard-in-all-browser-without-using-ctrl-v-event/qaq-p/614262</guid>
      <dc:creator>former_member381461</dc:creator>
      <dc:date>2018-02-27T12:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from clipboard in all browser without using ctrl+v event .</title>
      <link>https://community.sap.com/t5/technology-q-a/getting-data-from-clipboard-in-all-browser-without-using-ctrl-v-event/qaa-p/614263#M148459</link>
      <description>&lt;P&gt;There is no cross-browser support for clipboardData.&lt;/P&gt;
  &lt;P&gt;There is a lot of information available on the internet about this:&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://stackoverflow.com/questions/20509061/window-clipboarddata-getdatatext-doesnt-work-in-chrome" target="test_blank"&gt;https://stackoverflow.com/questions/20509061/window-clipboarddata-getdatatext-doesnt-work-in-chrome&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://dzone.com/articles/cross-browser-javascript-copy-and-paste" target="test_blank"&gt;https://dzone.com/articles/cross-browser-javascript-copy-and-paste&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://www.google.pl/search?ei=IFOVWuPCCtHIjwO-k5fYBQ&amp;amp;q=window.clipboardData.getData+chrome" target="test_blank"&gt;https://www.google.pl/search?ei=IFOVWuPCCtHIjwO-k5fYBQ&amp;amp;q=window.clipboardData.getData+chrome&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 12:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/getting-data-from-clipboard-in-all-browser-without-using-ctrl-v-event/qaa-p/614263#M148459</guid>
      <dc:creator>BJarkowski</dc:creator>
      <dc:date>2018-02-27T12:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from clipboard in all browser without using ctrl+v event .</title>
      <link>https://community.sap.com/t5/technology-q-a/getting-data-from-clipboard-in-all-browser-without-using-ctrl-v-event/qaa-p/614264#M148460</link>
      <description>&lt;P&gt;Tq&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 13:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/getting-data-from-clipboard-in-all-browser-without-using-ctrl-v-event/qaa-p/614264#M148460</guid>
      <dc:creator>former_member381461</dc:creator>
      <dc:date>2018-02-27T13:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from clipboard in all browser without using ctrl+v event .</title>
      <link>https://community.sap.com/t5/technology-q-a/getting-data-from-clipboard-in-all-browser-without-using-ctrl-v-event/qaa-p/614265#M148461</link>
      <description>&lt;P&gt;Tq for your response, Is thier you found any other way to achieve it. I am reading data from RS-232 Port from weigh bridge machine. Is this possible to read weigh brigde data from front end . Please help me or share me some link.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 13:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/getting-data-from-clipboard-in-all-browser-without-using-ctrl-v-event/qaa-p/614265#M148461</guid>
      <dc:creator>former_member381461</dc:creator>
      <dc:date>2018-02-27T13:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from clipboard in all browser without using ctrl+v event .</title>
      <link>https://community.sap.com/t5/technology-q-a/getting-data-from-clipboard-in-all-browser-without-using-ctrl-v-event/qaa-p/614266#M148462</link>
      <description>&lt;P&gt;Please open a separate question about reading data from Weight Bridge System. This way more people will be able to see it and propose an answer.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 13:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/getting-data-from-clipboard-in-all-browser-without-using-ctrl-v-event/qaa-p/614266#M148462</guid>
      <dc:creator>BJarkowski</dc:creator>
      <dc:date>2018-02-27T13:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from clipboard in all browser without using ctrl+v event .</title>
      <link>https://community.sap.com/t5/technology-q-a/getting-data-from-clipboard-in-all-browser-without-using-ctrl-v-event/qaa-p/614267#M148463</link>
      <description>&lt;P&gt;ok.... Thank you &lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 13:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/getting-data-from-clipboard-in-all-browser-without-using-ctrl-v-event/qaa-p/614267#M148463</guid>
      <dc:creator>former_member381461</dc:creator>
      <dc:date>2018-02-27T13:18:09Z</dc:date>
    </item>
  </channel>
</rss>

