a/VSMe/3 :clock3:help wantedt/bug :bug:up-for-grabs
仓库指标
- 星标
- (5,644 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
From @achrafbenalaya on November 27, 2018 13:41
In this example , the keyboard is not firing only after focusing 2 time on entry , I tried this a lot and seems there is an issue right here . <VisualState x:Name="Focused"> <VisualState.Setters> <Setter Property="FontSize" Value="36" /> <Setter Property="BackgroundColor" Value="Lime" /> </VisualState.Setters> </VisualState>
Copied from original issue: MicrosoftDocs/xamarin-docs#1180
Steps to Reproduce:
- Get the sample from https://developer.xamarin.com/samples/xamarin-forms/UserInterface/VsmDemos/
- Tap VSM on View
- Type something into the third box. Second box should turn green.
- Dismiss keyboard.
- Tap on second box.
Expected result
Soft keyboard appears
Actual result
Nothing. Keyboard does not appear unless you tap the second box again.
Tested on Pixel 3 XL.