Search code examples
javascriptbadasamsung-mobile

How to get real width and height of the screen in the bada widget?


Does anyone know how to get REAL width and height of the screen in the bada (Samsung Wave) widget?


Solution

  • widget.window.resizeWindow(width, height);

    i hope it will be helpfull to someone