javascript - How to make an iFrame inserted by Chrome Extension draggable? -


in chrome extension, i'm trying add iframe containing clickable buttons on web pages @ fixed position. avoid occlusion, want make iframe draggable. reason need iframe isolate css.

i have tried many hacks such making transparent div overlay iframe, mouse events , translate jquery mousemove events iframe parent div jumpy, tried using library http://javascripttoolbox.com/lib/dragiframe/ nothing works smoothly.

jquery ui's draggable() not work expected because iframe interferes click events.

what should do?


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -