I have created whiteboard with fabricjs and javascript. It works fine in chrome and firefox but all of fabricjs functions does work in Edge but not working on IE 11 it is completely blank. How can I fix this problem?
My fabric version is 2.2.3.
internet-explorer-11 fabricjs whiteboard
Related
I am working on one web application and learning Vue.js in parallel.
My site working correctly on Chrome, Firefox and Opera, but in Safari layout is moving around.
Myb .browserslistrc
> 1%
last 3 year
not dead
not ie 11
npx browserslist displays the correct list of browsers, including Safari, but it doesn't work fine.
What could be the problem?
I tried changing .browserslistrc
adding -webkit-box options to css
Generally understood.
The problem was not with Safari support per se, but with the non-working popup window setting
display: flex.
Changed to
display: table
and it worked
I am using videojs plugin to play my Livestreaming URL.. PIP option is working fine in chrome.. but not working in IE and edge browser.. can anyone help me
It won't work on IE and legacy Edge as those browsers do not support the Picture-In-Picture API. Chrome and Edge Chromium do support the API.
After Upgrading to Vuetify 2 users report, that the website (https://lernzettel.org/#/) is not working on for instance the IPhone 5 (running the newest available version of iOS) - quite a bummer.
Vuetify 2.0.11
Vue 2.6.10
Standard Cli Config
You have to polyfill your Vuetify app to support Safari 9 on iOS 10
From the Vuetify GitHub README
Browser Support
Vuetify supports all modern browsers, including IE11 and Safari 9+ (using polyfills).
From mobile to laptop computer to desktop, you can rest assured that your application will work as expected.
Interested in the bleeding edge? Try the Vue CLI 3 Webpack SSR (Server side rendered) template and build websites optimized for SEO.
For more information about IE11 and Safari 9+ polyfills, visit our Quick Start Guide
I followed the steps to set up debugging webpage on iOS. It worked. However I see an issue with the inspector - it doesn't let me check the DOM and corresponding CSS. Anyone else has this issue? (Exact same issue when debugging using the simulator.)
Screenshot: http://screencast.com/t/E4fxPQwk14
Resource: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/DebuggingSafarioniPhoneContent/DebuggingSafarioniPhoneContent.html
Thanks!
UPDATE: WebKit nightly works. Thank you Timothy Hatcher!
You need to use a WebKit nightly, Safari 6.1 or Mavericks to use Web Inspector with iOS 7.
If you don't have access to Mavericks, You can also use Chrome devtools via proxy.
Debug iOS 6+7 Mobile Safari using the Chrome DevTools
I am trying to display a PDF in a popup window using Vaadin 6.6.2 and the code as shown in this blog:
http://jcraane.blogspot.com/2010/09/printing-in-vaadin.html
The problem I have is that whenever I close the Window containing the PDF it always hangs the current browser tab in IE 9.
I have tested this in Safari, Firefox, and IE 8 and its works fine. I also know that the problem is related to the embedded PDF as I have tried replacing the embedded PDF with a Vaadin Label and then the popup window closes fine in IE9.
I had a similar problem in Firefox 3.x, I solved it by upgrading to Firefox 4, and upgrading the Adobe plugin.
It seems to me the problem is on the browser/plug-in side.
If you are stuck with that browser/version, try just upgrading the plugin if that's not already on the latest version.