I want to enable my mobile site as a Kik app but I wont to avoid loading the Kik JS SDK for the rest of the world. Looking at Kik's user agent there seems to be no mention of Kik.
I want to enable my mobile site as a Kik app but I wont to avoid loading the Kik JS SDK for the rest of the world. Looking at Kik's user agent there seems to be no mention of Kik.
The kik.js can be loaded in any environment but most functionality can only used inside the Kik browser. The common way of segmenting behaviour in and out of Kik is the following:
So I would suggest just leaving the kik.js script in all the time and coding different behaviours in JavaScript.