Make the codeless slider non grab-able when it is only one slide.
Solved it myself. Turns out to be a common problem for mobile in general. If anyone else has this problem try inserting this meta tag in header:
<meta name=”viewport” content=”width=1200″>
Change width after your liking.