Bladeren bron

Merge pull request #1303 from jitsi/no-temasys-alert-on-mobile

No Temasys alert on mobile (Web)
j8
yanas 8 jaren geleden
bovenliggende
commit
e397e1a80c
1 gewijzigde bestanden met toevoegingen van 13 en 0 verwijderingen
  1. 13
    0
      css/unsupported-browser/_unsupported-mobile-browser.scss

+ 13
- 0
css/unsupported-browser/_unsupported-mobile-browser.scss Bestand weergeven

67
         }
67
         }
68
     }
68
     }
69
 }
69
 }
70
+
71
+// Temasys provide lib-jitsi-meet/modules/RTC/adapter.screenshare.js which
72
+// detects whether the browser supports WebRTC. If the browser does not support
73
+// WebRTC, it displays an alert in the form of a yellow bar at the top of the
74
+// page. The alert notifies the user that the browser does not support WebRTC
75
+// and, if Temasys provide a plugin for the browser, the alert contains a button
76
+// to initiate installing the browser. When Temasys do not provide a plugin for
77
+// the browser, we do not want the alert on the unsupported-browser page because
78
+// the notification about the lack of WebRTC support is the whole point of the
79
+// unsupported-browser page.
80
+iframe[name="adapterjs-alert"] {
81
+    display: none;
82
+}

Laden…
Annuleren
Opslaan