I have managed to get push notifications working but I have trouble on how to send notifications to specific users. Perhaps using a customer number or name etc. I don’t know where to even start. I have spent weeks reading hundreds of web sites and I can’t seem to work it out. These are just a few …
Tag: ios
Redirecting non Safari mobile browser?
I am looking for assistance with coding to detect and redirect a iOS user on any browser other than Safari. I was able to accomplish this via .htaccess, but for iPhone & iPad redirect only, via this: But, I only intend it for non-Safari iOS browsers on iPhone and iPad. Open to other methods than htaccess.…
Different hash value created on windows,linux and Mac for same image
i am creating Hash values with following code, now what happens is that when i test the hash value on Windows local Xampp server i get hash value which is different for same code that runs on Linux. Now i dont know why is this happening. For the same code that i just pasted above. EDIT: Opening question again…
How to check if barcode software is installed and run it (or install it) on iPhone iPad iPod?
I am writing a web application that will use barcode scanning software. The process for Android devices is following: I have the element on page: <a href=”intent://scan/?ret=www.mysite.com%2F%7BCODE%7D%2F#Intent;scheme=zxing;package=com.google.zxing.client.android;end”> After click, it is ch…