OpenWaterFoundation / owf-app-infomapper-ng

Open Water Foundation InfoMapper web application for menu-driven maps and visualizations, using Angular
GNU General Public License v3.0
1 stars 2 forks source link

Can content pages display in a popup? #325

Open smalers opened 3 years ago

smalers commented 3 years ago

This is a lower priority.

Some content pages would be convenient to show as a popup rather than taking over the application window. For example, the Resources menu for release notes, license, etc. might be better as a popup, similar to information dialogs. That way the user does not have to go back and reorient the map they were just on, and they would be less tempted to press "back" on the browser. Some issues to consider:

  1. Behaving similar to info popup would be good.
  2. If the info popup is enhanced to provide built-in table of contents, that might be something to turn on.
  3. Is a configuration property needed to indicate whether to do appWindow, popup, newTab, newWindow, etc., consistent with link behavior? What would be the default?
  4. Need to make sure that image locations are handled.