• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WebView position wrong with hardware acceleration

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

 
reply
    Bookmark Topic Watch Topic
  • New Topic