Search found 3010 matches

Dod you try adding a sync URL?

Yes, for your load. So I assume your sync URL is left as null (or "nil"), and I'm just guessing that something is objecting to that.

So set the sync URl to something syntactically correct, even if you are not using it.

I'm just guessing of course. This seems to be an iOS error message.

Further update.

This change has been moved into the 6.0.0 product timeframe.

The alpha for that is planned soon, so you will be able to get a version to test as soon as the alpha release is announced.

Try configuring a syntactically valid sync URL into the transport.

Are you sure you need a Calendar then? You could just use a naked MonthView since you seem to be using the word to refer to a MonthView.

I will run some tests to see if a MonthView is able to shrink wrap its auto heighted week rows. If possible, I will create a Codepen to show it.

You are completely in control of loading the data?

So all you have is a single DayView?

And on dateRangeChange, you pull in events for that one date?

Just keep track of what dates you already have data for in a Map.

You need to just keep a Map of the dates you've loaded keyed by DateHelper.makeKey(theDate)

If you have many events there will have to be some element which scrolls.

Screenshot 2024-04-09 at 15.00.02.png
Screenshot 2024-04-09 at 15.00.02.png (641.66 KiB) Viewed 120 times

Looks like it's just constrained to fit in the available viewport space.

Try changing the Codepen window arrangement to show the app on the right:

Screenshot 2024-04-09 at 10.51.19.png
Screenshot 2024-04-09 at 10.51.19.png (56.75 KiB) Viewed 59 times