I have an Webview in my application where i display the html content using loadData() method. The Problem is HTML content is displayed along with some extra space at the bottom, I could not understand why the white space is coming. This problem is occurring only in Motorola Milestone device(Android 2.1). Please somebody help to sort out this problem.

Thanks in Advance,
Rajapandian
At last I found the answer for my own question, I need to append the meta tag along with my HTML content before adding it to the Webview. Please find the Code below
The Viewport property inside the meta tag done the trick, please refer the following link for further details.
Using Viewport in Android Webview
Regards,
Rajapandian