Coder Social home page Coder Social logo

Comments (7)

charlenni avatar charlenni commented on July 20, 2024

Could it be a SkiSharp problem? Could you try to make a sample project with SkiaSharp but without Mapsui if this crashes too?

from mapsui.

inforithmics avatar inforithmics commented on July 20, 2024

As far as I know iOS 17.5 support was only added recently dotnet/maui#21057
And there was a bug with the iOS Simulator and localization. This means you have to use the latest .net Sdk 8.0.6 and Maui workloads. dotnet workload update

from mapsui.

iliasrogaris avatar iliasrogaris commented on July 20, 2024

Could it be a SkiSharp problem? Could you try to make a sample project with SkiaSharp but without Mapsui if this crashes too?

The app crashes when opening the map. I dont know of it SkiaSharp problem but I have to use map because the problem occurs when opening the map, not when the app starts

from mapsui.

pauldendulk avatar pauldendulk commented on July 20, 2024

The app crashes when opening the map. I dont know of it SkiaSharp problem but I have to use map because the problem occurs when opening the map, not when the app starts

Mapsui depends on SkiaSharp. This could still be a SkiaSharp problem, or SkiaSharp in combination with MAUI. Maybe we need an update of SkiaSharp.

In the meantime you could try what Thomas is suggesting:

This means you have to use the latest .net Sdk 8.0.6 and Maui workloads. dotnet workload update

from mapsui.

inforithmics avatar inforithmics commented on July 20, 2024

Had a look at it, a Hello World Maui App works with 17.5 But not the Mapsui Samples project, I crashes because of a Satellite Assembly that is not found for MAUI, I think there are still Bugs in the 17.5 iOS Support in Maui.

from mapsui.

inforithmics avatar inforithmics commented on July 20, 2024

I debugged it further, on ios 17.5 the 3d accelerated rendering stopped working, so this needs an SkiaSharp update or fix or as a workround set UseGPU to false before the first control is rendered.
MapControl.UseGPU = false;

from mapsui.

iliasrogaris avatar iliasrogaris commented on July 20, 2024

I tested with MapControl.UseGPU = false and it work fine in ios 17.5
Thank you!

from mapsui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.