Fixes url concatenation to encode the parameters
This commit is contained in:
parent
9306e38dd9
commit
910e3f2e6f
@ -116,7 +116,7 @@ class MobileAppModal extends Component {
|
||||
color="primary"
|
||||
disabled={url === ''}
|
||||
label={intl.formatMessage(intlMessages.openApp)}
|
||||
onClick={() => window.open(`${BBB_TABLET_APP_CONFIG.iosAppUrlScheme}://${meetingName}/${url}`, '_blank')}
|
||||
onClick={() => window.open(`${BBB_TABLET_APP_CONFIG.iosAppUrlScheme}://${meetingName}/${encodeURIComponent(url)}`, '_blank')}
|
||||
role="button"
|
||||
size="lg"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user