Android : google maps api with cordova touch event is ignored

on Friday, January 30, 2015


I'm working on a Cordova application, on Android platform, and I need a map to define some regions through Google maps API.


But when the map is rendered, the touch event is ignored, i.e. i cannot move the map, neither push buttons on it. I tried tracing Logcat, but it only shows this:





V/WebViewInputDispatcher(27743): blockWebkitDraw

V/WebViewInputDispatcher(27743): blockWebkitDraw lockedfalse

V/webview(27743): singleCursorHandlerTouchEvent -getEditableSupport FASLE



However, this verbose is shown every time when i click on a button or anything... So I'm not sure if this is the problem.

Any comments on this issue will be appreciated.

Thanks in advance.


0 comments:

Post a Comment