Page 3 of 5

Collaborative Music Playlist/Chat

Posted: Wed Apr 03, 2013 7:29 pm
by Maryna Brodina

Working on it. I'll update


Collaborative Music Playlist/Chat

Posted: Wed Apr 03, 2013 8:59 pm
by Maryna Brodina

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


Collaborative Music Playlist/Chat

Posted: Wed Apr 03, 2013 9:06 pm
by Joe Paisley

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?


Collaborative Music Playlist/Chat

Posted: Wed Apr 03, 2013 9:07 pm
by Joe Paisley

It didn't help the height when I added it to the "on page load run custom javascript" in "events."


Collaborative Music Playlist/Chat

Posted: Wed Apr 03, 2013 9:10 pm
by Maryna Brodina

You should add it on Page Show event instead of Load


Collaborative Music Playlist/Chat

Posted: Thu Apr 04, 2013 5:02 pm
by Joe Paisley

Done. Did I do it correctly? It's not really helping the height as it is now.


Collaborative Music Playlist/Chat

Posted: Thu Apr 04, 2013 5:05 pm
by Maryna Brodina

You would need to tell us what you did and what is the issue you have now


Collaborative Music Playlist/Chat

Posted: Thu Apr 04, 2013 5:06 pm
by Joe Paisley

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.


Collaborative Music Playlist/Chat

Posted: Thu Apr 04, 2013 5:18 pm
by Maryna Brodina

Ok, thank you. Did you add the code we suggested on Page Show event?


Collaborative Music Playlist/Chat

Posted: Thu Apr 04, 2013 5:20 pm
by Joe Paisley

Yes, but I can't see any effect it's had :/ Thanks for the help!