Notice (2018-05-24): bugzilla.xamarin.com is now in read-only mode.
Please join us on Visual Studio Developer Community and in the Xamarin and Mono organizations on GitHub to continue tracking issues. Bugzilla will remain available for reference in read-only mode. We will continue to work on open Bugzilla bugs, copy them to the new locations as needed for follow-up, and add the new items under Related Links.
Our sincere thanks to everyone who has contributed on this bug tracker over the years. Thanks also for your understanding as we make these adjustments and improvements for the future.
Please create a new report on Developer Community or GitHub with your current version information, steps to reproduce, and relevant error messages or log files if you are hitting an issue that looks similar to this resolved bug and you do not yet see a matching new report.
If you use a EntryCell in a TableView and set Keyboard = Keyboard.Numeric, than there is no possibility to hide the keyboard.
Created attachment 9845 [details] Sample Project I have checked this issue and I am able to reproduce this issue. Steps I followed: 1. Open attached sample 2. Build and deployed attached project 3. Click on Numeric keyboard text box. When I set the Keyboard property to Keyboard.Numeric, I observed that we can not hide the numeric keyboard. Screencast: http://www.screencast.com/t/X6M9zAqVOQ Additional Info: I am not getting this behavior with Android project. For android this project is working fine. Environment Info: Xamarin.Forms: 1.3.4.6331-pre4 === Xamarin Studio === Version 5.7.1 (build 17) Installation UUID: 6ea47b0d-1852-4aaf-808d-373ff0a5002b Runtime: Mono 3.12.0 ((detached/a813491) GTK+ 2.24.23 (Raleigh theme) Package version: 312000068 === Apple Developer Tools === Xcode 6.1 (6604) Build 6A1052d === Xamarin.iOS === Version: 8.6.2.15 (Business Edition) Hash: 446339d Branch: Build date: 2015-02-13 00:33:07-0500 === Xamarin.Android === Version: 4.20.0.28 (Business Edition) Android SDK: /Users/jatin66/Desktop/Backup/android-sdk-macosx Supported Android versions: 1.6 (API level 4) 2.1 (API level 7) 2.2 (API level 8) 2.3 (API level 10) 3.1 (API level 12) 4.0 (API level 14) 4.0.3 (API level 15) 4.1 (API level 16) 4.2 (API level 17) 4.3 (API level 18) 4.4 (API level 19) 4.4.87 (API level 20) 5.0 (API level 21) Java SDK: /usr java version "1.7.0_65" Java(TM) SE Runtime Environment (build 1.7.0_65-b17) Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode) === Xamarin.Mac === Version: 1.11.0.1 (Business Edition) === Build Information === Release ID: 507010017 Git revision: 0bc7d3550b6b088ac25b08dcf7bbe73bcc8658b3 Build date: 2015-02-03 19:43:29-05 Xamarin addins: f7b7d34419c9ec24501bfa7c658e80a6305613e0 === Operating System === Mac OS X 10.10.0 Darwin Jatin66s-iMac.local 14.0.0 Darwin Kernel Version 14.0.0 Fri Sep 19 00:26:44 PDT 2014 root:xnu-2782.1.97~2/RELEASE_X86_64 x86_64
Should be fixed in 1.4.1-pre1
No, isn't fixed with 1.4.1-pre1. If you use a numeric keypad on iOS, there isn't a possibility to hide the keyboard. Additionally the TextColor of Entry couldn't be set.
I have double checked you can tap off the keyboard with a NumericKeyboard. Can you please validate you are not able to reproduce this behavior? Just tap into any white space in your app.
I use this object in a TableView as settings dialog. Find a image of the settings page at https://bugzilla.xamarin.com/attachment.cgi?id=11511 and the code at https://github.com/WFoundation/WF.Player/blob/master/WF.Player.Forms/Settings/SettingsPage.cs. You are right, I could select another entry of the TableView to hide the keyboard. But I could not tap into a TableSection to hide it. Also it doesn't work with the white space below the TableView. That's the problem.
this will be fixed in 1.4.4
I have checked this issue with X.F 1.4.4-pre3 and its working fine at my end. Hence closing this issue.