owl-factory / lantern

Lantern Tabletop is a web application for playing tabletop RPGs.
Other
6 stars 0 forks source link

Research and Implement react-device-detect #54

Open laura-wenning opened 4 years ago

laura-wenning commented 4 years ago

react-device-detect is a potential way of determining whether or not we are on a mobile device, tablet, or desktop, giving us better control over what and how things are rendered.

For example, ContextMenus will be rendered differently on mobile than they will be on desktop.

It also has the additional benefit of being able to specifically target certain browsers (cough IE cough) and warn them that they might not operate the app correctly

laura-wenning commented 4 years ago

@lucyawrey This might be something you want to take a look at