views:

13

answers:

1

Is there a way to show the slider when a computer access the page and hide it and to instead select display when mobile device (iphone) access throught mobile-safari?

A: 

You have to detect the device that you will be using. This link about detecting smartphone using javascript may be helpful.

However, it would have been better if you do this by server side scripting.

Vikash