SmartClient Version: SNAPSHOT_v13.1d_2024-10-16/AllModules Development Only (built 2024-10-16)
Safari on iOS (iPhone 8 physical device)
Hello, I noticed that the rendering of events on my iPhone 8 (and also on the Xcode simulator with my MacBook Pro Intel Core i7) seems a bit slow:
https://youtube.com/shorts/q0Jan27Sj_o?feature=share
I think this is because it actually doesn't render until the scrolling "stops", so it's actually an optimization.
I believe the correct way to avoid this effect is by setting renderEventsOnDemand: false, is that right?
Are there any drawbacks considering in my case it's only a handful of events per day?
Safari on iOS (iPhone 8 physical device)
Hello, I noticed that the rendering of events on my iPhone 8 (and also on the Xcode simulator with my MacBook Pro Intel Core i7) seems a bit slow:
https://youtube.com/shorts/q0Jan27Sj_o?feature=share
I think this is because it actually doesn't render until the scrolling "stops", so it's actually an optimization.
I believe the correct way to avoid this effect is by setting renderEventsOnDemand: false, is that right?
Are there any drawbacks considering in my case it's only a handful of events per day?
Comment