xamarin/Xamarin.Forms

Softkeyboard-text in landscape mode doesn't show all chars in KeyListener

Offen

#3.547 geöffnet am 12.08.2018

 (1 Kommentar) (3 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
a/customrenderera/entrye/3 :clock3:help wantedinactivep/Androidt/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

I have used the normal Entry with Custom Renderer. Inside customRenderer I have used the DigitsKeyListener. In portrait mode, if I have type 3.5 and I have rotated to Landscape mode, it shows 35

Steps to Reproduce

  1. Run the attached sample
  2. Type 3.5 in portrait mode
  3. With EditMode rotate to landscape mode
  4. The 35 has shown in landscape mode

Expected Behavior

In landscape edit mode also the dot has to show

Actual Behavior

The special characters are not shown in landscape edit mode

Basic Information

  • Version with issue: Xamarin Forms version 3.0
  • Last known good version: -
  • IDE: VS 2017
  • Platform Target Frameworks:
    • Android: 7.0
  • Android Support Library Version: N0
  • Nuget Packages: No
  • Affected Devices: Moto G4 plus

Screenshots

Portrait Image: portraitimage

Landscape Image: landscapeimage

Reproduction Link

Reproduction Sample Link: Sample.zip

Contributor Guide