psf/pycon-us-mobile

Open on current day during the conference

hugovk opened this issue · 3 comments

hugovk commented

I'm submitting a ... (check one with "x")
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/

Current behavior:

Here's a test branch that uses a local conferences.json and modifies the date to 7-11 April:

https://github.com/hugovk/pycon-us-mobile/tree/modify-dates-for-testing

  1. Open the app on Sunday 9th April
  2. The schedule for the first day is shown, Friday 7th April
  3. Have to press the SUN tab to see today

Expected behavior:

During the conference, it would be nice if the app opened on the current day.

Went for bonus in 751b2c1 to scroll to the current time too. classes are there and logic is sound, but I can't actually get the scroll to happen.

hugovk commented

After updating this morning, it's opening on the first day (Wednesday) instead of today (Saturday).

I can reproduce on Android, but not on local when testing on Chrome/macOS.

hugovk commented

And with the latest update it's working again! 👏