Question

PopOut Embedded Widget

  • 27 June 2019
  • 1 reply
  • 383 views

We have recently added the Embedded Javascript widget to our application. Our users universally hate it because it cannot be moved to a different screen.


I realize that it might be technically challenging, but it would make the widget actually a benefit, instead of a liability, if it were possible to pop this out into its own window while still somehow having a click-dial link to the parent window.


1 reply

Hi, Kevon. You can try use Embeddable as a browser extension. Or you can open a new window that load Embeddable iframe, and transport Embeddable message to `window.opener`.

You can try the standalone mode in this extension demo https://github.com/ringcentral/ringcentral-embeddable-for-google-firefox-addon . If you don't want to build extension, you can just open a popup window as this page https://github.com/ringcentral/ringcentral-embeddable-for-google-firefox-addon/blob/master/standalong.html

Reply