supertorpe
supertorpe
The configuration data and database data provided by the respective services would be better managed from a state management system, i.e.: https://github.com/angular-extensions/model I do not want to use a complex...
Add new language files: /assets/i18n/[LANG].json There is a crowdin project to help with this task: https://crowdin.com/project/chess-endgame-training.
Replace chessboard.js with feature rich and modern chessground.
Add a favorites section to the menu. Add a button to bookmark the position.
In old versions of Android the webview is not being updated via Google Play Store and so keeps outdated. The solution is to release an Android 5+ version of the...
If I embed a chessground element inside a parent element with the style "touch-action: manipulation", drag&drop stops working on mobile. ```html ``` main.ts ```typescript ... const boardConfig = { ......