Closed kedarmhaswade closed 12 years ago
the remaining text is ignored :( This is a weird issue.
If I used: <%= clippy("https://foo.com/abc?status=true&id=1234") %>
the text that actually goes to clipboard is "https://foo.com/abc?status=true" i.e. the first '&' and remaining text is stripped off.
Anybody?
I also need a solution on this
Any progress on this issue, or workarounds..
UPDATE: sorry - workaround found here https://github.com/mojombo/clippy/issues/1 :)
URLencoing works.
the remaining text is ignored :( This is a weird issue.
If I used: <%= clippy("https://foo.com/abc?status=true&id=1234") %>
the text that actually goes to clipboard is "https://foo.com/abc?status=true" i.e. the first '&' and remaining text is stripped off.
Anybody?