Skip to main content

All Questions

0 votes
0 answers
13 views

Issue with Update Flow Not Working Across Application on Specific MacBook Pro Machine

I am encountering a peculiar issue with the update flow within our application, specifically on one machine, an Apple MacBook Pro 14 (M3) model. Despite functioning correctly on other devices, ...
mohsin Iqbal's user avatar
0 votes
0 answers
34 views

My javascript is working on Safari but not Chrome

I'll attach the code below but you can also view the page source at hectorcampoblog.com and see the browser incompatibility in real time. I know javascript is notorious for browser incompatibility but ...
HectorACampo NYC's user avatar
0 votes
1 answer
194 views

Can you draw SVGs onto a canvas in Safari using drawImage?

According to caniuse.com, using an SVGImageElement as the parameter to a context.drawImage call is supported in every browser except Safari. However, it seems like many people are using a canvas to ...
Ryan Peschel's user avatar
  • 11.7k
0 votes
1 answer
123 views

SVG code: Can I use point decimals and percentages on all browsers?

In SVG code I used point decimals: .001 instead of 0.001 And percentage number like 50% I have been told that using these numbers used to be a cross browser incompatibility issue in the past, but I ...
Cupcake_Ria's user avatar
0 votes
0 answers
65 views

My transition don't work on google chrome

I'm looking for help because I made this transition below and it works on firefox but don't on google chrome : .item-2 .heart_animation { font-size: 1.6em; position: absolute; right: ...
user avatar
2 votes
0 answers
493 views

React compatibility with IE11 - Const must be initialized - Lazy - Suspense

I've got a React project that needs to be compatible with Internet Explorer 11 and after applying some compatibility polyfills we still get the error. SCRIPT1053: Const must be initialized . It ...
hunvee3's user avatar
  • 97
1 vote
1 answer
585 views

IE Console Error: SCRIPT438: Object doesn't support property or method 'from'

I have a function on my site that takes a array of email strings and removes any duplicates. But it doesn't work on ie because of my use of the Array.from method. How can I convert to following code ...
Reece's user avatar
  • 2,651
0 votes
1 answer
935 views

history.back() Not Working When Navigating Back on Same Domain?

I would like to implement a function that ensures prompting back on all browsers to stay within a given domain, and avoid skipping back too far in history. This is my current progress: <script type=...
nr159's user avatar
  • 211
1 vote
2 answers
2k views

Alternative Javascript Method for PerformanceNavigation (Cross-browser Compatible)

I have semi-successfully implemented the following Javascript, but am having some difficulties achieving cross-browser compatibility (specifically in Firefox) with window.performance.navigation, since ...
nr159's user avatar
  • 211
0 votes
2 answers
680 views

angular 8 application UI not rendering in IE

Hi I have an application in angular8, which is working fine in all the browser but not in IE. i have tried many solutions available online but it didn't worked out so far, here is my polyfills.ts :- ...
Sourav Tomar's user avatar
12 votes
0 answers
2k views

JS: Drag and Drop DataTransfer Object does not work on Safari. Alternative?

I have the following code. It creates a new FileList to edit a FileList Objekt of an File Input to allow me to create a list of all the files the user wants to upload and give him the option to delete ...
Nicolas Mierbach's user avatar
0 votes
1 answer
2k views

Why are my javascript arrow functions not working in Edge/IE?

I have a compatibility issue with my Javascript code in IE and Edge. It is not detecting arrow functions correctly within my classes. So this throws an error in Edge for me, within a class: class ...
Joshua Brewster's user avatar
-1 votes
1 answer
29 views

Tabs clicking work on chrome but not in firefox

JavaScript code $(document).ready(function(){ $('#tone th:first').addClass('active'); $('#tone tbody:not(:first)').hide(); $("#tone th").on('click', function(event){ ...
Muhammad Qasim's user avatar
0 votes
0 answers
29 views

True browser support of get/set/hasAttribute() etc

I recently came across a similar problem when researching the readyState property of the document object, where the readystatechange event was supported everywhere but the readyState property itself ...
Kithraya's user avatar
  • 398
1 vote
1 answer
1k views

How Do I Detect/Fallback If The Browser Has No Spread Syntax (... Notation In Functions) Support?

For those who don't know, spread syntax is a handy way to pass an undetermined number of parameters into a function, similar to this example: function debug (mode, string, ...params) { if (...
azoundria's user avatar
  • 995

15 30 50 per page
1
2 3 4 5
8