This question is locked. New answers and comments are not allowed.
Hi, the calendar on iOS in monthview mode looks good because we have put a white background but the yearcalendar or monthscalendar mode appears with a black background. I would like to be able to put a white background but I don't see what the property is.
Thank you.
Thank you.
Then you are developing a Xamarin.Forms application.
- Could you please send images of the behavior, how the background does not change?
-What is the exact Telerik Xamarin version you are using?
- Did you changed the theme on the device to dark? The RadCalendar has a support for dark theme. If you want your application to support only white theme, then set the theme on app level, so the controls used in the app do not change when theme changes.
For example in our SDK Browser app, we set the theme to white on app level. For iOS inside the AppDelegate: https://github.com/telerik/xamarin-forms-sdk/blob/1666e41b1e624aeafb75d7e9e3bf7312a5fb5ca1/XamarinSDK/SDKBrowser/SDKBrowser.iOS/AppDelegate.cs#L23
I hope this information will be of help.