How screen sharing feature is work in safari? - macos

I am using https://www.twilio.com/docs/video/migrating-1x-2x for the app.
Screen sharing is working fine in chrome and firefox but that is not working in safari.
So, anyone can help with that, How screen sharing feature is working in safari?

Twilio developer evangelist here.
Safari doesn't yet support the screen sharing APIs that the other browsers do, so it won't work in Safari right now. I can't find any documentation that would make that available through a Safari extension either.

Related

error parallax effect in firefox but works on google chrome

I need your help my website is not functioning properly on firefox browser but in edge, chrome and opera and safari it works only firefox is not functioning properly
Firefox Browser
Google Chrome Browser
I would recommend setting up all your projects in Xampp or something similar first before testing it. If you are going to upload to a server you need to replicate the environment locally before you decide whether it is going to work or not. It seems complicated but it is quite simple, you can find out more here. https://www.apachefriends.org/
That said, check your urls, they are not the same for your two different screens, the one is referencing an anchor tag.

Google and Typekit web fonts not loading in Firefox

I've been having a weird web fonts related problem with Firefox only.
To put it short, web fonts are not loading at all from Google or Typekit. This is also the case if I just browse to http://www.google.com/fonts or https://typekit.com/fonts
Here's how Firefox behaves on both sites:
I checked Typekit help regarding this type of issue. All the mentioned settings were correct. Also removed and re-installed Firefox. Tried to connect through 3 different network connections. Nothing seem to help.
I'm sure it's some very basic Firefox setting or problem, but I just can't figure out what. Anyone had similar issues? Any solutions?
Windows 7 Enterprise (32-bit), Firefox 34.0.5.
No problems with latest Chrome, IE 11 or latest Safari.
This is issue of Google web fonts not rendered
i think Mozilla support will help you, there is same issue and it solution also visite mozilla support forum
This is bug that can be found here

Cross domain ajax does not work with redirect in mobile safari

I'm experiencing this issue that's mentioned in this WebKit bug:
https://bugs.webkit.org/show_bug.cgi?id=57600
The issue is with mobile Safari, it works with Google Chrome and Firefox. The same code where I redirect a cross domain ajax request works with Google Chrome and Firefox, but doesn't with mobile Safari.
As I understand the bug was filed in WebKit version 525:
https://bugs.webkit.org/show_bug.cgi?id=57600
And solved in WebKit version 528 (I figured this since a different regression bug was opened on the same issue):
https://lists.webkit.org/pipermail/webkit-unassigned/2012-April/429252.html
But with my mobile Safari on an iPhone device, the redirect is denied, even though I have mobile Safari with WebKit version 534 (a much later version).
Has anyone experienced this behavior, and is there a solution to this?
Note: I do have the cross domain (CORS) headers defined (since it is working in Google Chrome and Firefox).
Edit: The same issue with Safari for Windows.
I've encountered the same issue with several mobile browsers (Safari, Chrome/Dolphin on Android).
I've no solution for the 302, but I found a workaround:
the Java framework we use can either redirect or forward POST responses, so we changed it to forwards mode.
Using forwards result in a 200, so the AJAX success handler (we use jQuery) can retrieve the data properly.
Hope this helps.

Soundclound embed failed in firefox

I found a bug with the SoundCloud embed. Randomly, the sound does not start on Firefox (3.6 to 12)
Everything works fine on Google Chrome or Internet Explorer.
You can see it here: http://clichesdecampagne.franceinter.fr/story/nous-sommes-le-peuple-de-france#item-4f6b9b31da7f5cec3b45fd38
Any idea ?
Weird. I'm able to reproduce it on the site, but when embedding the same widget in another page it works fine. I'll forward it to our widget developers and see if they have an clue.

Ways to get list of extensions in Firefox, Safari, Google Chrome or Opera?

I have small idea to add social to extensions galleries (show suggest via Facebook friends), but I never develop any extensions, so I want to ask professionals.
Do your know ways to get list of extensions in Firefox, Safari, Google Chrome or Opera?
Opera has no such feature. We are concerned that the list of extensions is private information the user may not want exposed, and we are unsure if it might have security implications to share this information, so it's not likely to happen.
Firefox:
https://addons.mozilla.org/en-US/firefox/addon/extension-list-dumper/
Safari: ~/Library/Safari/Extensions/Extensions.plist
Chrome: chrome://extensions/
Opera: Ctrl+Shift+E
Chrome: Use chrome management APIs Chrome Management
chrome.management.getAll(function callback)
Firefox: Use AddonManager APIs AddonManager
AddonManager.getAllAddons(function(addons)
In Firefox, you can use MR Tech Toolkit to do that.

Resources