xamarin / Essentials

Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
https://aka.ms/xamarin-upgrade
Other
1.52k stars 505 forks source link

Any chance to have a keybardless Entry field? #816

Closed dinobu closed 5 years ago

dinobu commented 5 years ago

Bug report best practices: Submitting Issues

Description

It would be useful if you want to enter in a focused entry using your custom buttons. Or if you want to scan barcode into entry using HID scanner (2nd keyboard) without having to pop up keyboard on each scan

Steps to Reproduce

Expected Behavior

To have some kind of input view such as Entry that allows receiveing programatic Focus call without popping up soft keyboard in Xamarin.Forms Android, iOS, and UWP

Actual Behavior

Basic Information

Screenshots

Reproduction Link

Happypig375 commented 5 years ago

Anything related to UI should be in Xamarin.Forms.

jamesmontemagno commented 5 years ago

As @Happypig375 mentioned head over to http://github.com/xamarin/xamarin.forms to post.

dinobu commented 5 years ago

As @Happypig375 mentioned head over to http://github.com/xamarin/xamarin.forms to post.

Thanks, already done so ... there have been request for that functionality since 2016 btw but I created couple of my own