I m building an 2.2 and up version application.
This gives me some problems using a webView,
mainly because Flash won t work on a 3.1 device.
我已经研究了这一点,解决办法指出,我应该补充:
android:hardwareAccelerated
in the Manifest. or
getWindow().setFlags( WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED,
WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED);
在法典中
however, since I am using android 2.2 to create the App, this is not possible. Would the only way to get this working be to create in 3.0 ?