posted 11 years ago
One might think that this is a bug unless somebody has a better explanation. When I turn hardware acceleration off, I'm able to position the webView using the setX and setY methods and it works great but it seems like setX and setY have no effect when hardware acceleration is on and the webView seems to always render at 0,0. Following is a little snippet of code which can be used to re-create the problem easily.
Any help is appreciated. Thanks.