cytoscape/cytoscape-explore

Add Tippy support for Cytoscape elements

Closed this issue · 2 comments

Add support for Tippy popovers on Cytoscape elements. This can be implemented by using the cytoscape-popper extension. To start, we can just allow for clicking elements to show a popover that has text like "hello world".

An enhancement on this idea would be to present the popover for elements as a bottom panel on the screen, when the user is on a small-screened device. The tooltip-style popovers would great on large screens, like Macs and iPads, but they don't work as well on iPhones. The native popover component on iOS works in this way: It automatically uses a tooltip style on large screens, and small screens use a floating panel (a sheet).

Not necessary for now with the new design. Closing for now