I'm looking for a scheduler for a touch device. My requirement is -
1. On Portrait mode: we show a 1 Day calendar. 2. on Landscape, we show 3 days, with a horizontal scroll to get 1 week.
My ERP has two modes, Web and Mobile. It depends on the User requesting from which device. Both are created using HTML, CSS, Angular, and Backend as Java.
Please see the following tutorial: https://code.daypilot.org/79036/angular-calendar-detect-orientation-change-landscape-portrait
Thanks