11-06-13, 10:42 AM
On android when you tap the article the preview will display for a short moment until the page loads. That is because a mouse click cannot happen without a mouseover event being triggered first.
I would expect that to be the same with all mobile browsers. There is no was to do a mouse over event on a touchscreen as your finger is on the screen or off it. If you try to tap and slide it tries to move the page rather than moving focus on the page.
The only otherway is to push mobile users down a plugin route such as [size=78%]http://www.simplemachines.org/community/...c=339600.0[/size]
I would expect that to be the same with all mobile browsers. There is no was to do a mouse over event on a touchscreen as your finger is on the screen or off it. If you try to tap and slide it tries to move the page rather than moving focus on the page.
The only otherway is to push mobile users down a plugin route such as [size=78%]http://www.simplemachines.org/community/...c=339600.0[/size]
Opinions are like A**holes, Everyone has one. Some people seem to have more than one though which is a bit odd.