cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1850
Views
0
Helpful
2
Replies

UCCX 12.5 Finesse Embedded WebApp

BenjaminPfister
Level 1
Level 1

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

2 Replies 2

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.

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.

Sorry - not a height problem... Then my solution is wrong

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.