Skip to content

Commit

Permalink
Remove warning that has been addressed by #11822
Browse files Browse the repository at this point in the history
  • Loading branch information
github-matthieu-wipliez committed Dec 23, 2024
1 parent 574e97f commit dddd8d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/autoplayDetection/autoplay.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dddd8d5

Please sign in to comment.