I have MyActivity with a WebView element. When I "click" on a webview for a long time, an ActionBar pops up. If I try to access the action bar, for example
getActionBar()
somewhere inside my activity i get null. The web view seems to be using some sort of popup menu.
QUESTIONS:
ActionMode. , android:windowActionModeOverlay="true" , , android:windowActionBarOverlay ActionBar.
ActionMode
android:windowActionModeOverlay="true"
android:windowActionBarOverlay
ActionBar
ActionMode, : onActionModeStarted().
onActionModeStarted()