J3 Issue bug
avatar rishabhchd19
rishabhchd19
9 Oct 2018

Create a Menu and Select Wrapper Iframe. In url put WEBRTC services that uses Microphone and Camera say https://appear.in/yd-xxxxxxxxxx and save it with no scroll bars and Autowidth. Give Public Access and Save. Open the Menu by clicking the link will throw a request to enable MICROPHONE & CAMERA on Desktop CHROME Browser but do not on Android Mobile phones in Responsive Mode because INSPECT ELEMENT>>Console throws an error that iframe in the wrapper is not calling the functions due to change in Chrome Policy recently updated to deprecate support audio and video in iframes. If manually/programatically build an HTML page with iframe and tags <iframe src="https://example.com" allow="geolocation; microphone; camera sandbox=allow-same-scripts"></iframe>, the page loaded successfully on Mobile Responsive Mode. That means Iframe Wrapper is unable to call the iframe tags properly according to new policies of CHROME Browser for deprecate support audio and video in iframes and page URL in Responsive doesn't load and throw Microphone and Video Option on Mobile CHROME Browsers.

<iframe src="https://example.com" allow="geolocation; microphone; camera"></iframe> must be called and allow the microphone and camera to be used on Mobile phones with Recent CHROME update.

joomla has still not updated Geolocation issue caused by permissions on cross-origin iframes when url is called in wrapper. Chrome recently updated to deprecate support audio and video in iframes. Hence a small code change always required. I.e.<iframe src="https://example.com" allow="geolocation; microphone; camera"></iframe> to work on recent CHROME browser on Android Mobiles.

Joomla 3.8.13, Windows 8.1, Desktop Chrome Version 69.0.3497.100 (Official Build) (64-bit), Android 7.1 nougat Mobile CHROME Version 69.0.3497.100, FIREFOX 62.0.3

Try open in both Mobile and Desktop Simultaneously a Wrapper Menu Link.

avatar rishabhchd19 rishabhchd19 - open - 9 Oct 2018
avatar joomla-cms-bot joomla-cms-bot - change - 9 Oct 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 9 Oct 2018
avatar brianteeman brianteeman - change - 10 Oct 2018
Labels Added: J3 Issue
avatar brianteeman brianteeman - labeled - 10 Oct 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Mar 2019
Status New Information Required
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 4 Mar 2019

@HLeithner can you please comment?

avatar HLeithner HLeithner - change - 4 Mar 2019
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2019-03-04 18:13:01
Closed_By HLeithner
avatar HLeithner
HLeithner - comment - 4 Mar 2019

The Allow attribute is only supported on chrome, as long as it's not a standard it makes less sense for us to support it.

But you can create a template overwrite and add the allow attribute to the iframe-tag.

I'm closing this, if you have questions how to create a override please ask in the forums for help.

avatar HLeithner HLeithner - close - 4 Mar 2019
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 4 Mar 2019

thanks @HLeithner

avatar rishabhchd19 rishabhchd19 - change - 9 Sep 2023
The description was changed
avatar rishabhchd19 rishabhchd19 - edited - 9 Sep 2023
avatar joomla-cms-bot joomla-cms-bot - change - 9 Sep 2023
Status Closed New
Closed_Date 2019-03-04 18:13:01
Closed_By HLeithner
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 9 Sep 2023
Status New Closed
avatar joomla-cms-bot joomla-cms-bot - reopen - 9 Sep 2023
avatar joomla-cms-bot joomla-cms-bot - unlabeled - 9 Sep 2023
avatar Hackwar Hackwar - change - 28 Mar 2024
Labels Added: bug
avatar Hackwar Hackwar - labeled - 28 Mar 2024
avatar brianteeman
brianteeman - comment - 2 Apr 2024

Not sure what is going on here. This was closed in 2019 but the bot reopened it in 2023. From what I can understand it is not relevant and should be closed again

avatar alikon alikon - close - 2 Apr 2024

Add a Comment

Login with GitHub to post a comment