views:

49

answers:

1

Does anyone know why the WebView onLongClick method doesnt fiew when the built in zoom controls are used, webView.setBuiltInZoomControls(true).

API level 7

A: 

You have to add the zoom controls in your xml file

Donny D