You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: Adding the "position of the navigation board" setting to the small screen devices settings.
On large screens I prefer the navigation board in a frame, on small screens especially on mobile devices the popup frame doesn't work well. So having a different setting for this option depending on the screen size would be very helpful.
The text was updated successfully, but these errors were encountered:
Hi,
that would be great. For now I've implemented a hardcoded workaround in our
copy rpb-chessboard\models\shortcode\pgn.php:getWidgetArgs() based on
wp_is_mobile(). It overrides the setting to "floatLeft" if wp_is_mobile()
returns true. You can see it in action at
https://bsbschach.club/2020/08/16/karall-vs-kasparov-pasching-2006/.
But this is not really the solution we wanted. A solution not relying on
wp_is_mobile and having the value customizable would be much better.
Best regards,
Andreas
Am Mo., 16. Nov. 2020 um 11:20 Uhr schrieb Yoann Le Montagner <
notifications@github.com>:
Feature request: Adding the "position of the navigation board" setting to the small screen devices settings.
On large screens I prefer the navigation board in a frame, on small screens especially on mobile devices the popup frame doesn't work well. So having a different setting for this option depending on the screen size would be very helpful.
The text was updated successfully, but these errors were encountered: