diff --git a/platform/safari/vapi-popup.js b/platform/safari/vapi-popup.js index 70c8ff7e8..80d68351d 100644 --- a/platform/safari/vapi-popup.js +++ b/platform/safari/vapi-popup.js @@ -63,6 +63,7 @@ var onLoaded = function() { }; body.style.position = "relative"; // Necessary for size change detection whenSizeChanges(body, updateSize); + updateSize(); }; -window.addEventListener('load', onLoaded); +window.addEventListener("load", onLoaded); })();