gabrielbull / react-desktop

React UI Components for macOS High Sierra and Windows 10
http://reactdesktop.js.org
MIT License
9.52k stars 462 forks source link

Cross browser compatibility #51

Open alex-min opened 8 years ago

alex-min commented 8 years ago

Hi,

I've noticed the demo does not work well on Firefox, it's maybe due to the use of -webkit prefixes.

Regards,

necolas commented 7 years ago

You may want to consider building this library on top of react-native-web in the future. You'd get an API more consistent with React Native and most of the building blocks for free, including decent cross-browser support.

Jamie0 commented 5 years ago

Are there any current plans to support cross-browser compatibility? I can think of quite a few use cases where it is important to support non-Chromium browsers.

davej commented 5 years ago

Hey @Jamie0, I'm super happy to give feedback on and ultimately merge a pull request that would fix this, if you're interested? I think it's unlikely that any of the current maintainers would work on this if we don't have a direct need for it in our current projects.