Working on it. I'll update
Working on it. I'll update
Hello! If you have problem with setting up the the height try to load the next JS on page show event:
codevar the_height = ($(window).height() - $(this).find('[data-role="header"]').height() - $(this).find('[data-role="footer"]').height());
$("#Chat").attr("height", the_height);/code
I added it on the "website" page on page load. Is that where you mean for it to be? Or with the html of the panel itself? Or on that specific "chat" page of the mobile website I host?
It didn't help the height when I added it to the "on page load run custom javascript" in "events."
You should add it on Page Show event instead of Load
Done. Did I do it correctly? It's not really helping the height as it is now.
You would need to tell us what you did and what is the issue you have now
I still have the issue with height on the "website" page on the "chat" section of the menu when you click in the upper right of the html panel with the mobile version of my website embedded.
Ok, thank you. Did you add the code we suggested on Page Show event?
Yes, but I can't see any effect it's had :/ Thanks for the help!