Alexander Petin

Results 5 comments of Alexander Petin

Test project with the screens above, just in case. [TestPopup.zip](https://github.com/rotorgames/Rg.Plugins.Popup/files/5704356/TestPopup.zip)

@LuckyDucko Yes, looks the same. For iOS - please note that this is regression, so maybe just restore related code from version 1.2.0.223? As for Android - it's really erroneously...

> @EmmanuelJego @alexpetin > > @rotorgames has done a legend move and potentially sorted this out, could you check this out again? It works correct on Android and latest iOS,...

I think the issue can be closed because min iOS version available now to simulator is 12.4, where all works correct.

`const int DB_VERSION = 1;` `var dbVer = conn.ExecuteScalar("pragma user_version;");` `conn.Execute($"pragma user_version = {DB_VERSION};");`