diff --git a/apps/common/mobile/lib/view/SharingSettings.jsx b/apps/common/mobile/lib/view/SharingSettings.jsx index 6240961f5..29cf97e3e 100644 --- a/apps/common/mobile/lib/view/SharingSettings.jsx +++ b/apps/common/mobile/lib/view/SharingSettings.jsx @@ -7,20 +7,11 @@ const ViewSharingSettings = props => { const sharingSettingsUrl = props.sharingSettingsUrl; const _t = t('Common.Collaboration', {returnObjects: true}); - function resizeHeightIframe(selector) { - const iFrame = document.querySelector(selector); - iFrame.height = iFrame.contentWindow.document.body.scrollHeight; - }; - - useEffect(() => { - resizeHeightIframe('#sharing-placeholder iframe'); - }, []); - return (
- +
) diff --git a/apps/documenteditor/mobile/src/page/main.jsx b/apps/documenteditor/mobile/src/page/main.jsx index 4a3767fb8..b06d0d5e6 100644 --- a/apps/documenteditor/mobile/src/page/main.jsx +++ b/apps/documenteditor/mobile/src/page/main.jsx @@ -157,21 +157,18 @@ class MainPage extends Component { return ( {/* Top Navbar */} - {config?.customization && - - {(!isBranding && showLogo) && -
{ - window.open(`${__PUBLISHER_URL__}`, "_blank"); - }}>
} - - - - -
- } - + + {(!isBranding && showLogo) && +
{ + window.open(`${__PUBLISHER_URL__}`, "_blank"); + }}>
} + + + + +
{/* Page content */} diff --git a/apps/spreadsheeteditor/mobile/src/page/main.jsx b/apps/spreadsheeteditor/mobile/src/page/main.jsx index dc0a82233..c24dc6ef9 100644 --- a/apps/spreadsheeteditor/mobile/src/page/main.jsx +++ b/apps/spreadsheeteditor/mobile/src/page/main.jsx @@ -121,20 +121,19 @@ class MainPage extends Component { return ( - {/* Top Navbar */} - {config?.customization && - - {(!isBranding && showLogo) &&
{ - window.open(`${__PUBLISHER_URL__}`, "_blank"); - }}>
} - - - - -
- } + {/* Top Navbar */} + + {(!isBranding && showLogo) &&
{ + window.open(`${__PUBLISHER_URL__}`, "_blank"); + }}>
} + + + + +
+ this.handleClickToOpenOptions('add', {panels: panels, button: button})}/> {/* Page content */}