Yossi Shasho

Results 10 comments of Yossi Shasho

just used the example from the github readme ``` const copy = require('clipboard-copy') button.addEventListener('click', function () { copy('This is some cool text') }) ``` got a console error: `Unhandled Promise...

@makeitraina i haven't solved it. apparantly its bigger than us - apple blocked it in a deeper level thats not easily surpassable. we're changed the UI to a input the...

@makeitraina i haven't solved it. apparantly its bigger than us - apple blocked it in a deeper level thats not easily surpassable. we're changed the UI to a input the...

+1 happens to me too. but downgrading exposes another bug which was fixed in 2.3.0, so I'm having a bug deadlock :)

@ralves00123 that solves, thanks!

fixed it myself by adding this somewhere in my css file ``` css .mercury-iframe { visibility: visible !important; } ```

scroll and scrollTo don't work on various android browsers. scrollLeft = 0 fixed this issue for me

+1 this is the `params` hash I'm getting in the omniauth failure controller action: `{"message"=>"server_error", "strategy"=>"linkedin"}`. no further explanations. any idea anyone?