06-28-2021 04:24 AM
Hello,
We upgraded from UCCX 10.6 to 12.5. Afterwards we are getting problems regarding an integration of an internal Website via Embedded WebApp. We tried with the newest Gadget on Github (11.0.1-v1.1) but are getting a width sizing problem. When we open this gadget, iFrame resizes over the left menu, so we are unable to use menu. After we slide over "MakeCall", Menu re-appears.
Problem didn't happen on v10.6.
Do you have any ideas regarding this problem?
Regards,
Benjamin Pfister
06-28-2021 05:48 AM
Hey Benjamin.
Try to change
gadgets.window.adjustHeight();
to gadgets.window.adjustHeight("700");
on line 40 in the EmbeddedWebApp.js
This should force the height of the gadget to 700 px.
06-28-2021 05:52 AM
Sorry - not a height problem... Then my solution is wrong
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide