Softtinn

Results 5 comments of Softtinn

Any news on this? Without support for iOS, we can't use this plugin.

We are facing the same issue. No problem in the earlier version, but in version X.F. 5+. We're using merged resource directories and are changing the button colors depending on...

We're using an emulator with Android 7.0 (API 24).

``` services.AddQuartz(q => { q.UseMicrosoftDependencyInjectionScopedJobFactory(options => { // if we don't have the job in DI, allow fallback to configure via default constructor options.AllowDefaultConstructor = true; }); q.UseSimpleTypeLoader(); q.UseInMemoryStore(); q.UseDefaultThreadPool(tp...