How to stop a silverlight OOB application from bouncing on the Mac? - silverlight

I am currently working on a silverlight application that will have to be cross platform. This means that it has to have mac support.
The problem however is that when the application is launched out of browser on a mac, and you try to swipe up/down(two-finger gesture scroll) it bounces in the silverlight window.
Is there any way to stop that from happening?
For an example:
Go to http://www.silverlight.net/content/samples/sl2/toolkitcontrolsamples/run/default.html, install it on your mac. Then try to swipe up and down.

Related

How do we emulate touch events in Safari Responsive Design Mode?

Chromium has this feature Device Mode, and interaction is how it would be on a touch device.
I've tried Safari's Responsive Design Mode, but I don't see a way to emulate touch (without pointer events). It just behaves like I'm using a mouse, but I'd like for it to behave like I'm touching the screen on a mobile device (like in Chrome's inspector).
You can install Apple xCode. After installation, search Simulator through Spotlight.
With Simulator you can open Safari and simulate yours websites with touch control.
You can't. When using Safari on desktop in responsive mode your mouse will only generate mouse events.
Maybe a better solution for your use case than using the Simulator is to use Chrome desktop. When using the dev tools in device mode it will emulate tap events.

CEFSharp not rendering correctly on client machine

My Cefsharp application with windows forms is working correctly on my machine and every other machine I tried on except my client's machine, (screen shot below).
I am using winforms to place my cefsharp control
Any idea why this might happen?

WPF Application not scrolling with touch on some Windows 10 tablets

I have a WPF application that includes a screen that users can scroll up and down. It has a scroll viewer control which provides a scroll bar and you can also scroll up and down using touch to drag the content up or down. This all works fine on all of my PCs, laptops and tablets and on most of my clients laptops and tablets.
However, I have one client who can only scroll the form up and down using the scroll bar. Using touch to drag and drop the contents of the form does not work.
I have seen this before on another tablet and we found that by installing all of the Windows updates the problem was resolved. However, on this tablet Windows is saying there are no more updates and the problem still exists.
The tablet is a Linx 10 that had Windows 10 on it from the start - it's not an upgrade. My hunch is that it needs the relevant Windows update but that Windows isn't reporting it as a required update.
Has anyone experienced this and identified what files/updates are needed to resolve it?
Just to re-iterate the application works fine on most PCs and tablets, so I don't think it's a basic coding problem which is why I haven't included any code.

How do you set the default/startup orientation for the Windows Phone 7 emulator?

I am working on a Silverlight based Windows Phone application that only supports landscape orientation. However, when I hit F5 to debug it, the emulator always starts in portrait mode.
Is there a way to set this to default to landscape?
As far I'm aware it is not possible, but is this a big problem? Remember you don't need to close the emulator while you stop debuging - it can stay on landscape mode and VS will connect to it.

Testing Windows 7 multitouch on a dev machine without multitouch?

Is there a way to test the multitouch capability of an application using a non-multitouch enabled machine? I'd like to simulate user input for zoom, scaling and rotating during runtime.
This is for a WPF application written in C#.
Try using multiple mouse cursors:
http://www.microsoft.com/presspass/features/2006/dec06/12-14MultiPoint.mspx

Resources