Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

i have tried small drag and drop app using react,but it seems does not working?

  • 1 antwoord
  • 1 heeft dit probleem
  • 6 weergaven
  • Laatste antwoord van BeerBaroN23

more options

i am react developer,i am tring drag and drop in react,it seems working properly in other browsers but not in firefox,how to i correct or solve this issue,what is the actual problem?

i am react developer,i am tring drag and drop in react,it seems working properly in other browsers but not in firefox,how to i correct or solve this issue,what is the actual problem?

Alle antwoorden (1)

more options

Good question, you're the developer so isn't that like your job? haha

Update your Firefox to the latest and refresh it, in "about:support" click on "refresh firefox" then test it out again.

Besides that it's probably an issue with your code, so I'd start with making sure JavaScript is functioning in FF (Which uses the SpiderMonkey JavaScript Engine).

Safari uses the Nitro JavaScript engine, M$ Edge and Exploder uses Chakra

Then the rest like Chromium, Chrome, Opera, Vivaldi and pretty much all others use the V8 JavaScript engine, so their performance should be similar.