Metriche repository
- Star
- (5644 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Description
When we tap on a button with selected text on a webview, the keyboard closes and the text looses the selection.
It's working perfectly on Android but not on iOS.
This behavior doesn't happen by default on native iOS.
The native implementation is the following:

Steps to Reproduce
- Create a content page with a webview with a content editable html page and a button
- Tap on the content editable element
- Write some text
- Select the text
- Tap on the button on the content page
Expected Behavior
The keyboard shouldn't close and the text shouldn't loose it's selection nor should the keyboard close.
Actual Behavior
The text looses selection and the keyboard closes.
Basic Information
-
Version with issue: 3.4.0.1008975
-
Last known good version: None, never worked well.
-
IDE: Visual Studio 2017,Visual Studio 2019 Preview
-
Platform Target Frameworks: iOS
- iOS: 12.1
-
Nuget Packages:
- Prism.Forms - Version 7.1.0.431
- Prism.Unity.Forms - Version 7.1.0.431
- Xamarin.Forms - Version 3.4.0.1008975
-
Affected Devices: iPhone SE, iOS Simulator
Screenshots
Working:

Not working

Reproduction Link
https://github.com/carlos-ferreira/bug-reports/tree/master/Xamarin/Webview