File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 3
3+ sidebar_label : Limitations and known issues
4+ ---
5+
6+ # Limitations and known issues
7+
8+ This page lists the current limitations and known issues of OptiView Ads.
9+
10+ ## Using OptiView Ads with Picture-in-Picture (PiP) on Firefox for Web
11+
12+ Using OptiView Ads with Picture-in-Picture (PiP) on Firefox for Web is currently not supported. During playback, the default PiP button
13+ will be hidden to discourage usage.
14+
15+ Note that users will still be able to trigger PiP using the button in the browser's address bar.
Original file line number Diff line number Diff line change @@ -25,6 +25,16 @@ const sidebars: SidebarsConfig = {
2525 link : { type : 'doc' , id : 'how-to-guides/index' } ,
2626 items : [ { type : 'autogenerated' , dirName : 'how-to-guides' } ] ,
2727 } ,
28+ {
29+ type : 'category' ,
30+ label : 'Limitations and known issues' ,
31+ description : 'Take notice of the limitations and known issues when using OptiView Ads.' ,
32+ customProps : {
33+ icon : '⚠️' ,
34+ } ,
35+ link : { type : 'doc' , id : 'limitations/index' } ,
36+ items : [ { type : 'autogenerated' , dirName : 'limitations' } ] ,
37+ } ,
2838 {
2939 type : 'category' ,
3040 label : 'API references' ,
You can’t perform that action at this time.
0 commit comments