Mitchell Monaghan
Mitchell Monaghan
I have usb accessory code that detects usb connection. Everything works if I start the app by plugging in usb, or I plug in the usb when the app is...
It seems like webview.Evaluate silently fails when called inside a event handler. Here is a basic example reproducing the issue. Not sure if this is a C# binding issue or...
Hi I am wondering how to handle maximizing/full screening the window or setting a start position for the window. Atm it looks like there is only a function exposing the...
If I use normal edge (Version 86.0.622.63 (Official build) (64-bit)) right clicking does not open a context menu. If I use canary edge I can right click and use dev...
Hi I'm pretty sure I tested this a few weeks ago using edge 86.0.622.51 and I thought it worked just fine. Since then I seem to only be able to...
Our app generates a timeline mission by first building a WaypointMission then using TimelineMission.elementFromWaypointMission to turn that waypoint mission into a timeline. We then use missionControl.scheduleElements to upload the mission....
Hello I have a timeline mission that we want to add terrain follow functionality to. I am current attempting set this when I reach the first waypoint in the mission....
I have my web application running on http://localhost:8080 I had attempted this.run = BlazorWebViewHost.Run(this.BlazorWebView, "http://localhost:8080"); OR this.run = BlazorWebViewHost.Run(this.BlazorWebView, "wwwroot/index.html"); this.BlazorWebView.NavigateToUrl("http://localhost:8080"); I wanted to simply point the webview at my...