Yann Zahringer Ferrando

Results 13 issues of Yann Zahringer Ferrando

There is a problem with Windows Mobile 10 (Edge). This does not work, can be reproduced on an emulator.

feature request

Migration to [multi-targeting](https://oren.codes/2017/01/04/multi-targeting-the-world-a-single-project-to-rule-them-all/) project is planned for .NET Standard & Xamarin support?

npm warnings with Angular 11: ```` npm WARN @locl/[email protected] requires a peer of @angular/localize@^10.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @locl/[email protected] requires a peer...

It would be useful to be able to load the `locale` data at bootstrap at the same time of translations. The solution documented [here](https://github.com/angular/angular/issues/20487#issuecomment-345213206) could be integrated/supported by `locl`? A...

enhancement
@locl/core

Object change detection does not work with `ChangeTrackingStrategy.ChangingAndChangedNotifications` because `JsonValueComparer` is not called. `JsonValueComparer` is only called with `ChangeTrackingStrategy.Snapshot`. Is there a way to detect changes with `ChangeTrackingStrategy.ChangingAndChangedNotifications`?

GestureRecognizers like `TapGestureRecognizer` or `ClickGestureRecognizer` do not work in the `DataTemplate` of the `FlowColumnTemplate` on macOS, on any child/content element. It works fine on iOS, Android and UWP.

bug
help wanted
FlowListView

Currently support for macOS by Xamarin is in beta with version 2.3.5. Would it be possible to provide a pre-release with macOS support?

Adding support for validating a phone number would be helpful.

enhancement

It would be useful to provide the theme and updates through npm. A good example is Font Awesome Pro [https://fontawesome.com/how-to-use/use-with-node-js#pro](https://fontawesome.com/how-to-use/use-with-node-js#pro): To access to the npm packages, it is necessary to...

feature