android - Weird WebView behavior when playing Flash game -


i'm developing android app embeds flash game in webview container. in particular, it's solitaire game requires user drag cards around. in webview specified width , height, card "stuck" user tries drag it, rendering game unplayable. however, discovered in full screen, finger dragging input works fine. have insight regarding flash player behavior in webview?

use in webview

webview.setontouchlistener(new ontouchlistener() {          @override         public boolean ontouch(view v, motionevent event) {             v.ontouchevent(event);             return false;         }     }); 

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -