Questions tagged [kik]

Mobile web browser with built-in messaging APIs

Kik is the first smartphone messenger with a built-in browser. Functioning like a regular mobile browser it provides extra functionality such as messaging, push notification, other social & devices APIs.

Home page: http://dev.kik.com/

127 questions
0
votes
1 answer

kik.send inside a iframe fails on ios even when kik.js loaded

kik.send inside a iframe fails on iOS even when kik.js is loaded but works on android correctly. Included kik.js Code snippet: $('#kik_it').click(function(){ kik.send({ …
0
votes
1 answer

QA Requirements for KIK Integration

Blacklist: We are using KIK's blacklist. We screen for words that match that blacklist exactly/completely. That means, if a player were to nest a blacklisted word in more characters before and/or after that word, we would not reject that entry. For…
0
votes
1 answer

How to migrate Kik app to a different URL

If I want to move my app currently hosted at example.com/a to example.com/b and still have it recognized as the same app by Kik, is it enough to just put in a redirect from /a to /b and/or update the canonical link in the page to the following:
0
votes
1 answer

How do you fix the auto-scrolling kik does for text input on iOS 7.1 devices?

Our text input field is centered in the screen and set up not to move. Behavior is proper on all platform variants except for Kik on iOS 7.1 and 8. Here it is on the native 7.1 browser working properly. Here it is inside kik with the content shifted…
Maitreya
  • 1,237
  • 11
  • 13
0
votes
1 answer

QA platform requirements for KIK integration

Is it fair to assume that if we tested on these platform, we've covered all QA requirements? Our assumption is that testing on 7.0 is the same as 7.X, and similarly for Android, testing on an OS like Gingerbread would cover all 2.3 variants, and…
0
votes
1 answer

Kik search engine not picking up mobile app even though robots.txt is empty

Kik's search engine is not picking up our HTML5 mobile app even though our robots.txt file is empty. Our mobile app is at http://panabee-games.herokuapp.com/spoof/spoof. Our robots.txt file is at http://panabee-games.herokuapp.com/robots.txt. Did…
Crashalot
  • 33,605
  • 61
  • 269
  • 439
0
votes
1 answer

What's Kik's level of WebSocket support on android devices that don't natively support them?

I've got a project using WebSockets that I want to possibly integrate with Kik. Is it going to be work on the Android platforms that don't natively support WebSockets? I know there are many posts here on SO with native android code to inject…
Maitreya
  • 1,237
  • 11
  • 13
0
votes
1 answer

Kik.send to unique data-page

I'm developing a KiK page that pulls in video content from our database and displays the items on data-page="home" of the KiK page. When you click on a particular video thumbnail, it properly takes you to the video's unique data-page. However, when…
0
votes
1 answer

Kik Infinite Scrolling Using App.js

I don't really understand how I should implement the infinite scroll function into my site. I understand its purpose, but perhaps a more Trevor technical explanation of what the function is doing will allow me to understand it and implement it in a…
pzp
  • 6,249
  • 1
  • 26
  • 38
0
votes
1 answer

Setting multiple pages to the same app cache manifest file causes same description to show up for all

I set the manifest file for multiple pages on my website sandboxd.com to point to the same manifest file. Before doing this there were 4 entries listed on the Kik optimized search each with appropriate titles/thumbnails/descriptions. After setting…
Blank101
  • 45
  • 4
0
votes
1 answer

Kik: setOrientationLock and statusBar functions failing, and icon not appearing in the side bar

We're trying to port tekiki.com to Kik using its API, but the code fails on setOrientationLock and statusBar because the browser object is undefined. We're using http://cdn.kik.com/kik/1.0.9/kik.js'>. The icon also isn't appearing in the side bar…
Crashalot
  • 33,605
  • 61
  • 269
  • 439
0
votes
1 answer

kik api wont work with angularjs json

I cant seem to make my angularjs code work with the kik api: var myApp = angular.module('myApp', []); myApp.controller('MainCtrl', function($scope) { $scope.go = function() { kik.send({ title: 'message title', …
0
votes
2 answers

What error trigger the Oops, couldn't load error in kik web app

I am trying to integrate my app into kik, but for a specific action I fall in an error page that says: Oops, couldn't load. Please try again later. This panel looks like a kik panel with my app logo at the top But everything is OK, If I try my app…
Julien Bachmann
  • 753
  • 8
  • 18
0
votes
1 answer

KIK Card - sending message directly

I'm building new KIK Card and i would like to create button which will send messages to 5 people selected from kik.pickUsers Is there any command that allow me to send messages directly, without pressing button "send"? This is my…
0
votes
1 answer

get contact from Kik Messenger

I have application that send message from Kik Messenger. I want to get contact that save in Kik Messanger. How can I get this contact list in my application. I want to send message to selected contact from my application using Kik Messenger. Please…
Sanjay Kakadiya
  • 1,596
  • 1
  • 15
  • 32
1 2 3
8
9