Scrolling while having multiple full-screen slideboxes

I have an app in Visual Studio 2015.
Template is called “Tools for Cordova” and I’ve added Ionic support via Bower. Everything works fine.

I have a template with multiple full screen slidebox below eachother. I’m able to scroll to the next slidebox (up/down) and in the slidebox itself (the next picture, right/left)

This works on my Windows 10 Computer. But when I deploy it to my Windows 10 tablet I can’t scroll in the slideboxes (left/right)

Only when I add ‘scroll=false’ to ion-content do the slide-boxes become active. But now I can’t scroll up and down anymore.

Is it something with touch gestures being different than mouse gestures because on the computer it works fine.

Thanks in advance.