Flash in WebView not working on Android 3.2

后端 未结 1 367
梦毁少年i
梦毁少年i 2021-01-02 12:40

I am having a problem that only happens on my Motorola Xoom which I have updated to 3.2 through OTA. I have a simple application that uses a WebView to load a small html tha

相关标签:
1条回答
  • 2021-01-02 13:26

    Try to build your application with the latest android Api (13), and activate hardware acceleration (same link, just a little below) on your activity that need to display flash.

    0 讨论(0)
提交回复
热议问题