MicrosoftEdge / MicrosoftEdge/WebView2Feedback
Hololens 2 virtual keyboard sometimes does not pass value to textinput in WebView2
@jennifer-nejad is already working on this.
Since Jun 15, 2023.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Description
We are attempting to implement uwp application for Hololens 2 using WebView2. Hololens 2 device is updated with insider preview build.
We have encountered issue where on certain website the virtual keyboard does not update textinput field. This renders our app useless.
When we try doing the same thing in Microsoft Edge on Hololens 2 the virtual keyboard works as expected. This is why we presume it is WebView2 issue.
Version
Framework: UWP
OS: Hololens 2 Win11 latest insider preview build
Repro Steps
- Download webview2_sample_uwp from https://github.com/MicrosoftEdge/WebView2Samples
- In Browser.xaml.cs change _homeUrl to "https://www.skoda-scholaris.ys-beta.cz/creator/"
- Have Hololens 2 with Microsoft insider preview build
- Deploy app to Hololens 2
- When application loads click on "External Sign In" button and attempt to write something into username or password field with virtual keyboard
- Observe that keyboard says "Can´t show preview" and pressing keys does not trigger any changes.
Virtual keyboard should change value of the focused text-input field.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.