xamarin/Xamarin.Forms

[XF] Entry inside Expanded View Cell not working properly

Open

#3,964 opened on Oct 1, 2018

 (7 comments) (10 reactions) (0 assignees)C# (1,926 forks)batch import
e/5 :clock5:help wantedinactivem/high impact :black_large_square:p/iOS 🍎t/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Description

A Entry inside a Expanded ViewCell doesnt behave properly: It doesnt respond the first time you tap it, and then closes the Keyboard (Numeric) after every numeric input

Just affecting Xamarin Forms under iOS

Steps to Reproduce

  1. Create a Custom ViewCell that expands upon tapping
  2. Place the entry in the expanded section of the viewcell
  3. When ViewCell is expanded, tap Entry

Expected Behavior

Tap the Custom ViewCell to expand and show the Entry control. Entry must show Soft Keyboard on first tap and should stay open until "Done" button is pressed

Actual Behavior

Tapping the ViewCell expands itself and shows Entry control, but Entry doesnt respond to first tap to show soft Keyboard. Upon 2nd tap it shows it but just to close after every number pressed

Basic Information

  • Version with issue: Xamarin.Forms 3.2.0.839982
  • Last known good version: Xamarin.Forms 3.1.0.697729
  • IDE: Visual Studio 2017
  • Platform Target Frameworks:
    • iOS: 11.0
    • Android: N/A
    • UWP: N/A
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices:

Screenshots

Reproduction Link

Works fine using XF 3.1 https://streamable.com/w9j12

Doesnt work using XF 3.2 It doesnt show in this video but i am tapping the entry TWICE for the Keyboard to appear https://streamable.com/yzn3w

Contributor guide