Jérôme Laban

Results 411 comments of Jérôme Laban

@ajpinedam This issue has been reported on Uno versions as far as 3.11, which may indicate that this is a change in iOS behavior. If this is the case, we...

Thanks for the feedback! This is definitely something that the .NET team will be interested in. We'll follow up with them.

Thanks for the report! We're generally relying on "standard" deployment documentation from Microsoft, as a Uno is based on standard deployment techniques. Still, we're not explicitly referencing those and that...

Thanks. There are specifics to each platforms, like for instance building for [iOS/macOS/Catalyst requires a Mac](https://docs.microsoft.com/en-us/xamarin/ios/get-started/). Windows, Android and Wpf/Gtk can be built from Windows. The Gtk head can run...

We do not have such samples at this time, though most of the tasks from azure devops are straightforward to port to Github Actions.

You'll find an example of deployment script on github for [WebAssembly here](https://github.com/unoplatform/uno/discussions/9607#discussioncomment-3535897).

Yes, I looked at that during a stream, but forgot to mention it. I think it's more the fact that the blocks that are already defining it are not included...

https://github.com/unoplatform/uno/issues/9381#issuecomment-1201671460

It looks like we're using these APIs through the native underlying APIs, something that should not be possible cross platform anyways. Was it possible with the previous `RelativePanel` implementation?

Ok then. Let's add it anyways, though it'll be important to add an android runtime test to validate for regressions.