Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masonyc authored Jun 10, 2019
1 parent 39aab51 commit a1bc7de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ Note: This repo had a name change from Xamarin.EnableKeyboardEffect to Xamarin.K
</Entry>
```

### Request focus on control
```csharp
<Entry effects:KeyboardEffect.EnableKeyboard="False" effects:KeyboardEffect.RequestFocus="True">
<Entry.Effects>
<effects:KeyboardEnableEffect />
</Entry.Effects>
</Entry>
```

# SoftKeyboardService

## Under Page.xaml.cs or view model
Expand Down

0 comments on commit a1bc7de

Please sign in to comment.