Yann Zahringer Ferrando

Results 31 comments of Yann Zahringer Ferrando

One solution could be to implement USB communication with different serial converter chips/vendors. [usb-serial-for-android](https://github.com/mik3y/usb-serial-for-android/) java lib supports [many vendors](https://github.com/mik3y/usb-serial-for-android/blob/master/usbSerialForAndroid/src/main/java/com/hoho/android/usbserial/driver/UsbId.java) and [UsbSerialForAndroid](https://github.com/anotherlab/UsbSerialForAndroid) is a port to .NET. With Device.Net and the...

Any news with beta of iOS 12? [https://developer.apple.com/documentation/corenfc?changes=latest_minor](https://developer.apple.com/documentation/corenfc?changes=latest_minor)

I haven't tried it yet, but I think we'll finally be able to read RFID cards correctly from iOS 13: https://developer.apple.com/documentation/corenfc?changes=latest_minor 🍾 🎉 ISO15693: https://developer.apple.com/documentation/corenfc/nfciso15693tag?changes=latest_minor MiFare: https://developer.apple.com/documentation/corenfc/nfcmifaretag?changes=latest_minor

WWDC 19 Core NFC Enhancements session: https://developer.apple.com/videos/play/wwdc2019/715/

Same issue, scroll not working after wptr init on some devices....

@Aetiranos Thank's, this solves the problem of the scroll is not working on some devices. The scroll works on Windows Mobile 10, but not the refresh...

@timothylcooke Super! Thanks for the adaptations! Is there a reason to target `netcoreapp3.0` instead of `netstandard1.4` or `netstandard2.0`? Normally for libraries is better to target `netstandard` instead of `netcoreapp` and...

@timothylcooke I think it's not necessary to directly target each Xamarin platform. It would be possible to target all Xamarin platforms with `netstandard2.0`. This would simplify targeting: - `netstandard2.0` for...

I updated the solution and added a macOS & UWP sample app on: [https://github.com/MADSENSE/DLToolkit.Forms.Controls/tree/macOS](https://github.com/MADSENSE/DLToolkit.Forms.Controls/tree/macOS) The `FlowItemTappedCommand` is never called from SimplePage.xaml. The `TapGesterRecognizer` & `ClickGestureRecognizer` are also not called. An...

Issue on Xamarin.Forms: https://github.com/xamarin/Xamarin.Forms/issues/1658