I know that you can manually go to the settings to get the page size. I meant how do i get the page size through javascript? Thanks.
I know that you can manually go to the settings to get the page size. I meant how do i get the page size through javascript? Thanks.
Thanks, your suggestion worked. How do i get the default page resolution 320x480 instead of the panel_2 dimensions?
I tried the javascript code below and pw = 0 when in appery's property screen it' set to 250. What is wrong? Thanks.
var panel = Appery("panel_2");
var ph = panel.height();
var pw = panel.width();
alert(pw);
Is RTSP (real time streaming protocol) supported by your video component? Is there a way to play RTSP ? Thanks.