0

I'm developing an app that displays swf's inside a webview. My problem (ICS 4.0.3 only) , is that whenever I click the full screen button inside the swf the app displays a black screen for a couple of seconds and then crashes. I've tested the same code with lower api's (10) and it works fine.

Facts:
1- ICS 4.0.3 - SWF in full screen inside webview crashes.
2- ICS 4.0.3 - SWF in full screen inside regular browser works.

Is there any method in the webview class that allows me to fix this ? tks!

TZHX
  • 5,291
  • 15
  • 47
  • 56
Pedro Lobito
  • 94,083
  • 31
  • 258
  • 268

1 Answers1

0

The solution is a hack!

You need to do that :

mWebView.setWebChromeClient(new WebChromeClient(){ ... });
Stewbob
  • 16,759
  • 9
  • 63
  • 107
FUBUs
  • 617
  • 5
  • 9