Added fallback for when WebView.setEmbeddedTitleBar() is not available
The (undocumented) method WebView.setEmbeddedTitleBar() was removed in Android 4.1 which caused the message header to never be displayed. This fallback is only a temporary fix. We really need to come up with a solution that feels like the previous (setEmbeddedTitleBar) behavior.
Loading
Please register or sign in to comment