I am using the RadCalendar control in my project and it gets rendered correctly on both the Android and iPhone. However, on Android, tapping the calendar causes the app to become unresponsive. For testing, I put a blank (no appointments) calendar on a page with no code-behind affecting the calendar and it still causes the issue. The debugger loops the same three messages infinitely:
06-11 15:14:38.339 I/art
(19335): Explicit concurrent mark sweep GC freed 22727(786KB) AllocSpace
objects, 0(0B) LOS objects, 33% free, 31MB/47MB, paused 346us total 20.711ms
06-11 15:14:38.369 D/Mono (19335): GC_OLD_BRIDGE
num-objects 3675 num_hash_entries 4972 sccs size 4388 init 0.00ms df1 10.76ms
sort 1.03ms dfs2 2.59ms setup-cb 3.27ms free-data 6.87ms links 2303/2303/1420/2
dfs passes 10950/6691
06-11 15:14:38.369 D/Mono (19335): GC_MINOR:
(Nursery full) pause 46.29ms, total 46.45ms, bridge 75.97ms promoted 384K major
1776K los 195K
I went back through the installation process to check if I messed something up there but couldn't find anything. I'm currently using the free trial version if that makes any difference and have syncfusion installed as well (if that's known to cause conflicts).