• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android Touch and Hold

upressplay

Lurker
I have a wallpaper that I'm making available for download on a Sony Tablet S. Android 4.0.3. The goal is to allow the user to tap and hold, a pop up comes up that allows the user to save the image to their device. The html and css are all creating using jquery appends. This is working on the iPad, but not on the Sony.

This didn't help:
-webkit-touch-callout: default or inherit.

I have the following:
-moz-user-select: none;
-khtml-user-select: none;
-webkit-text-size-adjust:none

-webkit-user-select: auto;
-o-user-select: none;
user-select: none;

-webkit-touch-callout: inherit;

I removed the above, and tried a couple different variations, but no luck.

What am I missing?
 
Back
Top Bottom