Hi,
I want to remove the Vertical slider from QWebView that displays GoogleMap with current lacation details.
My QWebView size is Width:342 and Height:501.
In java script I have mentioned the following:
<div id="map" style="width: 320px; height: 490px">
How ever when I run the application on Nokia N97, I got the map but height of the map is too large. As a result I got the slider along with the Blank screen below the Map.
Even I tried by decreasing the height of QWebview from 501 to 300 and height of the map from 490px to 300px, but in both cases I am getting the blank screen.
How is it possible to remove that blank screen so that to remove the Slider on the screen with the mentioned size.
Thanks in advance....