using php or javascript to see if it's "my iPad" -


is there easy way check via php or javascript whether it's "my ipad". basically, i'd mobile testing , hope use function:

if (itsmine()){     //do stuff } 

(i know 1 way check ip address, great if there ipad specific)

i'm not familiar ipad, surprised, scratch that, i'd flabbergasted if there such option.

such option mean ipad individually trackable without owners consent or knowledge. if there such option woild not remain long.

your best option use cookies. create page on site leaves specific cookie on device , test it.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -