Get pull to refresh to work when dragging on an image?

I got pull to refresh to work if you drag down on the page itself, but if I´m trying to pull down and drag on an image it is not working?

I have set this on the image css, so it´s not selecting it as an image:

-webkit-user-callout: none;
-webkit-touch-callout: none;
-ms-touch-callout: none;
-moz-touch-callout: none;
-o-touch-callout: none;
touch-callout: none;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;

Any input appreciated, thanks.

Just add this CSS rule to required image:

pointer-events: none;

It is not intended to be used in desktop :wink:

Haha ok I got you, thanks.

But I just say another problem I have :frowning:
If you load the “Alla Annonser” page and just click on an image so it loads the subpage and then go back, AND THEN drag down to refresh the page, then is is just white?
Why is it working the first time you load the “Alla Annonser” page to pull to refresh and not when I have loaded a subpage and the go back?
Any Idea?