schnabs

Results 2 issues of schnabs

I've created and registered a Table Data Store. ``` class ParticipantStore : BaseTableDataStore { public async Task GetGameParticipantsAsync(Game game) { Initialize(); await Sync(); return await Table.Where(item => item.GameId == game.Id).ToEnumerableAsync();...

artina:CircleImage crashes on iOS when IsVisible is False when loading page. This is working fine on Android and UWP. Also works on iOS when I fix IsVisible to True. ###...