I have a Page in Html which has a big Table.
So I want the First Row (Header) and First Column (Header) to be Fixed.
I tried the Solution given in
http://ajaxian.com/archives/freeze-pane-functionality
That scroll well in Chrome, Firefox in windows but it does work with WebView in android.
I solved by using
JQuery Fixed Header Table
and
IScroll 4
With JQuery Fixed Header Table i got the Fixed Headers but does not work on Mobile Browsers. So I integrated the Fixed Header and IScroll by making some change in their code. And I got it worked.