We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b5d7a5 + 4aad102 commit 7859c18Copy full SHA for 7859c18
core/java/android/webkit/WebView.java
@@ -936,7 +936,11 @@ public interface PictureListener {
936
* Notify the listener that the picture has changed.
937
* @param view The WebView that owns the picture.
938
* @param picture The new picture.
939
- * @deprecated This method is now obsolete.
+ * @deprecated Due to internal changes, the picture does not include
940
+ * composited layers such as fixed position elements or scrollable divs.
941
+ * While the PictureListener API can still be used to detect changes in
942
+ * the WebView content, you are advised against its usage until a replacement
943
+ * is provided in a future Android release
944
*/
945
@Deprecated
946
public void onNewPicture(WebView view, Picture picture);
0 commit comments