Calendar View does not work anymore on mobile/iPad
Closed this issue · 3 comments
rtadewald commented
What happened?
Since the last update, the Calendar View doest not work anymore in my iPhone or iPad.
Here's a screenshot of the blank screen I got now:
What did you expect to happen?
Render it like in my MacOS.
How can we reproduce it (as minimally and precisely as possible)?
Open the calendar view in a mobile device.
Anything else we need to know?
No response
Plugin version
1.17.4
Obsidian version
1.6.7
OS
macOS, Other
Acylation commented
Thanks! Should have taken a look at the mobile version. A rough investigation has narrowed this problem to no later than #887
tjg23 commented
Acylation commented
Problem identified. Thank you so much @tjg23 for the key debug info. Introduced by #877, actually caused by different implementation on Intl.Locale().weekInfo
by Node.js vs Intl.Locale().getWeekInfo()
, a more standard version established by both Safari and Chromium. Quick fix coming up and hopefully this will lead to a minor version release.