From 6e17bf42e57ea54d769243e417ff820755aab34b Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Thu, 30 May 2024 07:22:35 -0400 Subject: [PATCH] Update autoplay.js --- libraries/autoplayDetection/autoplay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/autoplayDetection/autoplay.js b/libraries/autoplayDetection/autoplay.js index b598e46cbd1..99922da7b49 100644 --- a/libraries/autoplayDetection/autoplay.js +++ b/libraries/autoplayDetection/autoplay.js @@ -1,6 +1,7 @@ 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