Ccui.scrollview not working on windows phone 8.1 in cocos2d 3.6.1

Hello,

I am porting a game to windows phone 8.1 that is working correctly already for Android, IOS and Web.
The problem comes with ccui.scrollview crashes the game. And I see that it happens in the js-tests project too (in case you want a test case).

I don’t see any issue related in the github, anyone know something about this? It works for you?

I am testing in a Lumia 635

I have ended changing the functionality for wp from ccui.ScrollView to cc.ScrollView although the feel it’s worse. Still I’d like to know if there is a solution to this.