thedee

Results 5 comments of thedee

I get the same error using an iPhone XS. In my case the error occurs when scanning an empty tag. Edit: This also crashes using an iPhone 7 Plus. Tags...

Any update on this? Has any documentation been added?

Same error here. 1.7.335 works but 1.8.116 fails ``` {System.ExecutionEngineException: Attempting to JIT compile method '(wrapper delegate-invoke) void :invoke_callvirt_void_OilCompanyModel_string (RPT.Model.OilCompanyModel,string)' while running in aot-only mode. See https://docs.microsoft.com/xamarin/ios/internals/limitations for more information....

I am also getting the error doing this on the constructor on a ContentPage: ``` this.Behaviors.Add(new StatusBarBehavior { StatusBarColor = ColorResources.HeaderColor }); ``` Works fine when debugging but it errors...

Not sure if this is what they are talking about but on Android and iOS when the popup shows the page behind the popup doesn't dim or fade. The page...