GithubHelp home page GithubHelp logo

Comments (10)

michaelfarnsworth avatar michaelfarnsworth commented on September 3, 2024 1

@jhihzonghu could you run the sample under a debugger to see if any notable errors are output?

from webview2samples.

jhihzonghu avatar jhihzonghu commented on September 3, 2024

hey, @michaelfarnsworth I have the same issue.
I followed the official document to build the basic WebView2 project (HoloLens2GetStartedApp) for the hololens2 device.

The result follows :
(1) The project works at Unity IDE successfully.
(2) The project might work on the Hololens2 device but the render is blank at the WebView2 widget.
(3) The project could not work on the Hololen2 simulation.

the developing environment :
(1) Unity 2021.3.24f1
(2) Visual Studio 2022
(3) MRTK Tools (WebView 0.17.1-pre.5)
(4) Hololens2 22621.1238
(5) Windows10 19045.3448

How can I resolve this problem?

B.R

螢幕擷取畫面 2023-10-04 100250

from webview2samples.

jhihzonghu avatar jhihzonghu commented on September 3, 2024

@jhihzonghu could you run the sample under a debugger to see if any notable errors are output?

Dear @michaelfarnsworth: Thanks for your suggestion. I solved this problem, It should add the extra NuGet plugins and install the webview2.
unfortunately, I have the other question to solve it. The question is, I do not how could I cancel the pin on the hololens2 app, and let the app follow the holographic optical elements.

BR.
Ken
螢幕擷取畫面 2023-10-05 090858

from webview2samples.

ruzrulit avatar ruzrulit commented on September 3, 2024

@jhihzonghu could you run the sample under a debugger to see if any notable errors are output?

Dear @michaelfarnsworth: Thanks for your suggestion. I solved this problem, It should add the extra NuGet plugins and install the webview2. unfortunately, I have the other question to solve it. The question is, I do not how could I cancel the pin on the hololens2 app, and let the app follow the holographic optical elements.

BR. Ken 螢幕擷取畫面 2023-10-05 090858

Could you please tell what plugins did you install and how? I have the same issue. The project is running, but the web view is empty.

from webview2samples.

michaelfarnsworth avatar michaelfarnsworth commented on September 3, 2024

@jhihzonghu Sorry, I'm not sure I understand the new issue. Are you wanting to place or resize the app? The sample is very simple app and currently doesn't support such manipulation. However, without much work you could add the WebView control to an MRTK Slate, which would have manipulation controls built-in. Here's some documentation about Slates.

from webview2samples.

jhihzonghu avatar jhihzonghu commented on September 3, 2024

@jhihzonghu could you run the sample under a debugger to see if any notable errors are output?

Dear @michaelfarnsworth: Thanks for your suggestion. I solved this problem, It should add the extra NuGet plugins and install the webview2. unfortunately, I have the other question to solve it. The question is, I do not how could I cancel the pin on the hololens2 app, and let the app follow the holographic optical elements.
BR. Ken 螢幕擷取畫面 2023-10-05 090858

Could you please tell what plugins did you install and how? I have the same issue. The project is running, but the web view is empty.

well, It needs to install WebView with NuGet and clone this tutorial project. I hope this response is at the time.

BR
Ken

from webview2samples.

jhihzonghu avatar jhihzonghu commented on September 3, 2024

@jhihzonghu Sorry, I'm not sure I understand the new issue. Are you wanting to place or resize the app? The sample is very simple app and currently doesn't support such manipulation. However, without much work you could add the WebView control to an MRTK Slate, which would have manipulation controls built-in. Here's some documentation about Slates.

I am sorry that I delayed to feedback result. yeah, I find this tutorial project does not support manipulation partial. According to the official document, the webView is still in the preview stage. After deploying this project at the Hololens2 and reviewing the sample code. I decided to use WebView in the unity scene with the standalone pattern.
By the way, it seems that WebView might not support interactions that dragging and scrolling/keying in the same object. might it?

THX

Ken

from webview2samples.

michaelfarnsworth avatar michaelfarnsworth commented on September 3, 2024

For input interactions, the app is responsible for handling, translating, and sending along to the WebView2 control. As there are various ways of handling input, it's up to the developer to implement this. In the sample app, some basic input is wired up. In the future, we may add more. That said, you should be able to achieve scrolling operations with the IWithMouseEvents.MouseEvent method.

from webview2samples.

bensubytes avatar bensubytes commented on September 3, 2024

hey, @michaelfarnsworth I have the same issue. I followed the official document to build the basic WebView2 project (HoloLens2GetStartedApp) for the hololens2 device.

The result follows : (1) The project works at Unity IDE successfully. (2) The project might work on the Hololens2 device but the render is blank at the WebView2 widget. (3) The project could not work on the Hololen2 simulation.

the developing environment : (1) Unity 2021.3.24f1 (2) Visual Studio 2022 (3) MRTK Tools (WebView 0.17.1-pre.5) (4) Hololens2 22621.1238 (5) Windows10 19045.3448

How can I resolve this problem?

B.R

螢幕擷取畫面 2023-10-04 100250

How did you deploy it to the HoloLens? When I deploy the demo project, it keeps crashing constantly after a maximum of 5 seconds, I have opened an issue here as well but it seems like I am the only one with this issue.

from webview2samples.

michaelfarnsworth avatar michaelfarnsworth commented on September 3, 2024

Hi @bensubytes, have you tried deploying/launching from Visual Studio to see if there are any exceptions being thrown?

from webview2samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.