How to safely turn WebView zooming on and off as needed

前端 未结 9 1238
后悔当初
后悔当初 2020-12-15 01:06

As mentioned in this unanswered question: WebView throws Receiver not registered: android.widget.ZoomButtonsController

By turning the WebView zoom controls on and of

9条回答
  •  不思量自难忘°
    2020-12-15 01:52

    I have the same issue here: Existent app blowing up with android 3.0 XOOM. ZoomButtonsController Leak?

    This happens when there's an exception that happens before registerReceiver is called and then you try to unregisterReceiver later without it ever been registered.

    It's probably a android 3.0 bug.

提交回复
热议问题