From dddd8d506e4e1750b9763c347c832d126ee47d04 Mon Sep 17 00:00:00 2001 From: Matthieu Wipliez Date: Mon, 23 Dec 2024 13:16:06 +0100 Subject: [PATCH] Remove warning that has been addressed by #11822 --- libraries/autoplayDetection/autoplay.js | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/autoplayDetection/autoplay.js b/libraries/autoplayDetection/autoplay.js index c58a40f12dd..4b70145539a 100644 --- a/libraries/autoplayDetection/autoplay.js +++ b/libraries/autoplayDetection/autoplay.js @@ -1,7 +1,6 @@ let autoplayEnabled = null; /** - * DEVELOPER WARNING: IMPORTING THIS LIBRARY MAY MAKE YOUR ADAPTER NO LONGER COMPATIBLE WITH APP PUBLISHERS USING WKWEBVIEW * Note: this function returns true if detection is not done yet. This is by design: if autoplay is not allowed, * the call to video.play() will fail immediately, otherwise it may not terminate. * @returns true if autoplay is not forbidden