mobage.shellapp.WebView
Methods
mobage.shellapp.WebView.getHeight
This function gets the height in pixels of the actual display area in WebView.
Parameters
None
Return value
Type |
Description |
---|---|
Number |
Height (in pixels) of display area in WebView |
Sample
mobage.shellapp.WebView.getWidth
This function gets the width in pixels of the actual display area in WebView.
Parameters
None
Return value
Type |
Description |
---|---|
Number |
Width (in pixels) of display area in WebView |
Sample
Revision History
- 12/11/2012
- Initial release.