Vasil Verdouw

Results 5 comments of Vasil Verdouw

@donmbelembe Just wanted to let you know this is still a problem. I'm using the newest version but when using scroll snap dragscroll doesn't work.

Also for anyone wondering, I am currently using the following code as an alternative: ```js const optionsRef = ref(null); // as Ref; // uncomment for typescript const startY = ref(0);...

> hello @VasilVerdouw Would you consider making a pull request? Hey @donmbelembe, Sure, I'd love to, but the code I gave in my previous reply is a complete replacement of...

I know this is quite old but for others still wondering. I had a similar issue and to fix it I added `services.AddHttpContextAccessor();` when configuring services and that seemed to...

@klietzau How did you get this to work with capacitor? I keep getting this error: `Module not found: Error: Can't resolve 'cordova/exec' in 'C:\***\node_modules\cordova-plugin-starprnt\www'`. Am I importing it wrong?