[mirotalksfu] - improve UI for mobile
هذا الالتزام موجود في:
@@ -1514,6 +1514,10 @@ function toggleParticipants() {
|
||||
participants.classList.toggle('show');
|
||||
participants.style.top = '50%';
|
||||
participants.style.left = '50%';
|
||||
if (DetectRTC.isMobileDevice){
|
||||
participants.style.width = '100%';
|
||||
participants.style.height = '100%';
|
||||
}
|
||||
}
|
||||
|
||||
async function getRoomParticipants(refresh = false) {
|
||||
|
||||
@@ -1517,6 +1517,10 @@ class RoomClient {
|
||||
let mySettings = this.getId('mySettings');
|
||||
mySettings.style.top = '50%';
|
||||
mySettings.style.left = '50%';
|
||||
if (this.isMobileDevice){
|
||||
mySettings.style.width = '100%';
|
||||
mySettings.style.height = '100%';
|
||||
}
|
||||
mySettings.classList.toggle('show');
|
||||
this.isMySettingsOpen = this.isMySettingsOpen ? false : true;
|
||||
}
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم