Thomas Stocker

Results 174 comments of Thomas Stocker

@mcocaroUX I tried an iPhone 12 it worked i tried simulator iphone se and ipad mini and it worked too. So my questsions: 1. What iOS Version is on this...

I could now reproduce it Simulator 15.5 iPhone 13 Mini there is really an offset. But only on iPhone Mini maybe it has something to tho with resolution.

I wrote a sample project that reproduced the behavior. As in https://github.com/unoplatform/uno/issues/11944 the RasterizationScale returns the wrong value on iPhone Mini it should be 3 but returns 2.88 causing this...

Wouldn't it work with sqlite-net-base (https://www.nuget.org/packages/sqlite-net-base/1.10.196-beta) too and then using SQLitePCLRaw.config.e_sqlite3 3.0.2 and SourceGear.sqlite3 and SQLitePCLRaw.core 3.0.2 SQLitePCL.Batteries.Init(); needs to be called before first usage.