I've followed these instructions to embed a youtube video
http://docs.appery.io/documentation/b...
changing the last bit to .appendTo('.ui-content'); per a suggestion on this forum, but
But this assumes known dimensions for width and height and one size does not fit all on mobile.
How do I embed a youtube video so that the player is full screen on all devices?
I have tried using this:
https://github.com/davatron5000/FitVi...
as a user defined external resource (downloaded to my web server) and
$('.myFrame').fitVids(); or $('.ui-content').fitVids();
in an OnLoad before (or after) the youtube embed code from the sample. No love.