Questions tagged [surface-hub]

11 questions
1
vote
1 answer

Install test app on surface hub

Is it possible to install an UWP test app on the surface hub, without going through the store, and without Visual Studio? My client wants to demo the unfinished application, so I can't publish it to the store. I also don't have a Surface Hub device…
0
votes
0 answers

How do i get access to a Windows Whiteboard application and track Pen and Touch Input

I would like to track various input interactions (Pen, Touch and Mouse) of users with a Microsoft Whiteboard application. Is there a way without hooking the application and using WM_POINTER Messages? (Because for some reason i can not make this…
0
votes
1 answer

Can we install an Adobe AIR application on Microsoft Surface Hub

We have a rich interactive application build on Adobe AIR platform which runs on Windows 10. We want to make this available on our Microsoft Surface Hub with minimal changes? I couldn't find any related information in internet.
Tapas Jena
  • 1,069
  • 4
  • 14
  • 23
0
votes
1 answer

Surface Hub - Using Device Account for Windows Authentication in the UWP application

Is there any way to use the current device account on the Surface Hub as credentials to authenticate in remote services hosted on IIS that use Windows authentication in the UWP app? Currently we're using the default credentials supported by…
0
votes
1 answer

Install test app on surface hub by creating provisioning package

I want to install my test app on surface pro 4. But I dont want to publish it on store. For that first I have created an app package by clicking on Store->Create App Packages. And Selected No in the first dialog asking if you want to build packages…
user2431727
  • 877
  • 2
  • 15
  • 46
0
votes
1 answer

How do I test on a Surface Hub

I'm trying to use remote debugging to test an application on a Surface Hub. On my local machine, I'm using VS 2017. Both the local Windows 10 machine and the Surface Hub are running Creator's Update (15063). The Surface Hub and the local machine…
Joshua Smith
  • 3,689
  • 4
  • 32
  • 45
0
votes
1 answer

How to port an Electron App to UWP for Surface Hub

I have an application that is currently using Electron for Windows desktop deployment. The bulk of the user interface is plain old JS/CSS/HTML5 and the node part is mostly just infrastructure to get the data into the chromium part. It's pretty much…
Joshua Smith
  • 3,689
  • 4
  • 32
  • 45
0
votes
1 answer

UWP InkCanvas differences between PC and Surface HUB

Is there any difference in a UWP InkCanvas between a PC and a Surface Hub? I have deployed the same app package on both a PC and a Surface Hub. Everything works as expected on the PC. On the hub, the strokes have gaps when you draw a little faster.…
0
votes
1 answer

Creating a windows service to display timer on the top right position in UWP app

I am developing an app for Microsoft surface hub. I have a requirement wherein when the user clicks on a button , there is a countdown timer running on the desktop of the surface hub. The timer is not the part of the app but the app can start and…
Apoorv
  • 2,023
  • 1
  • 19
  • 42
0
votes
1 answer

How to open a Popup in a Surface Hub App in UWP when the application is in the background?

I am developing a surface hub application wherein I am running a timer when the application is going into the background. At a specific point of time , I need to show up a popup in the center of the screen irrespective the application state -…
Apoorv
  • 2,023
  • 1
  • 19
  • 42
0
votes
2 answers

How to identify whether a device is Surface Hub in code?

Recently we have started expanding our App to support Surface Hub(both 55-inch & 84-inch). At many places we designed entirely different set of UIs for Hub thus the need come up to identify the device is Surface Hub or not so that we could show the…
Dash
  • 804
  • 1
  • 9
  • 16