Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the second approach, we could change the appearance of navigation buttons specific to the plugins in which navigation icons overlap with the content.

...



  • Navigation plugin can be used to achieve the desired fix. 

  • We could design a template for navigation buttons as in the  Final design.

  • Do a conditional rendering for the new template to avoid overlapping.

...

  • We have to move navigation plugin form content-plugins to player core-plugins in order to use and bundle it.

...

Image Added

  • The existing navigate-next and navigate-previous plugin provide some inbuilt events to hide navigation icons.

  • After hiding the icons we could attach the navigation buttons, as in the Final design.
  • Attach the navigation events [nex and previous ] to the new template buttons.

...

  • As this implementation is specific to the renderer plugin, we may need to do the same changes multiple times for different plugins.

Diagram illustrating the Second Approach : 


Image Added