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

Document.Onload doesn't work properly in Kik

I was recently trying my best to create a Kik app that dynamically loaded some content -- messages -- into a textbox when the app launched. document.onload wasn't doing it for me. I tried JQuery's $(document).ready and $(window).load to no…
user1499731
0
votes
1 answer

KIK: How do I programatically open the sidebar?

Is there a way for me to open the sidebar using one of the buttons on my HTML5 app? I know KIK displays that "3 vertical dots" button/slider on the left for users to open the sidebar, but can I still trigger that using JavaScript?
0
votes
1 answer

Why must the user tap inside my app before events (like Focus etc) work?

I've been messing around in a Kik web app for Android. I noticed that certain events do not fire properly until the user has interacted with the page. The problem manifests itself in Kik, but it also shows up in the stock web browser on my Galaxy S5…
user1499731
0
votes
1 answer

Uploading files using the Kik Browser

I'm trying to build a file-sharing app for Kik but the Kik messenger browser seems to disable a simple html file input element like this: Why is this not working and is there any other way to upload files from within…
kdev
  • 53
  • 1
  • 5
0
votes
1 answer

Removed from New listing and Search

Our app has been removed from News and Search. We see KikBot in the logs hitting the site periodically. After patiently waiting 48hrs, where can we open a support ticket?
bitshow
  • 3
  • 3
0
votes
0 answers

Kik messenger HTTPS issue

I'm working on a web application for use within Kik messenger. I want to be able to authenticate the user using the sign method, so I'm serving the page via HTTPS as per documentation. Unfortunately HTTPS seems to break my page and Kik just shows a…
Keets
  • 1
0
votes
1 answer

White Flash when using Touchswipe js on Android

I am currently writing a mobile web app thats uses touchwipe js library to display an image gallery. The app works as expected on iPhone, but on Android there is a very annoying white flash that appears when swiping between images. Thanks for the…
Gideon Rosenthal
  • 1,953
  • 2
  • 18
  • 16
0
votes
1 answer

Bad HTML5 Canvas rendering performance

I experience very bad canvas rendering performance inside Kik for my HTML5 game in contrast to native (default) Android browser on Samsung S5 and S4 devices (models for US market). S5 default browser gives 115 rendering operations per second, Kik…
0
votes
1 answer

Kik requirements to application load time

Our application is a full-featured game the should load ~15MB of assets, mainly graphics and sounds (PNGs are already optimized with tinyPNG, sounds are MP3/OGG with average bitrate). So, the game load time is far great than 4000ms (first time). But…
0
votes
1 answer

Caching Facebook Profiles With Appcache

I am having an issue caching facebook profile pictures using appcache. In my Cache Manifest, I have a number of external resources successfully cached so I tried to save profiles in the same manner (for eg,…
Gideon Rosenthal
  • 1,953
  • 2
  • 18
  • 16
0
votes
1 answer

Localization for Kik applications

Kik has mentioned that it has 120M users from 225 countries. That way Kik should support localization for its UI and Kik apps also. So, the question is how HTML5/JS application can get current user locale to show UI using user locale? Thanks, Serg.
0
votes
1 answer

Beta-testing of products inside KiK

Is it possible to publish application in Kik, but restrict access for limited number of users? Something like Facebook sandbox mode. Thanks, Serg.
0
votes
1 answer

Hide the HTML5 game for specific devices in KiK

Is there any ability to hide the HTML5 game in KiK on certain devices/OSes? "to hide" means not to show the game in KiK search results. Thanks,
0
votes
1 answer

sending kik message with timer without calling the page

I'm programming a calendar website. The reminder message should be sent using kik. Therefore I need to send a message even if the page is not actually called. Is there a possibility to do this, for example using a timer that is set when the…
0
votes
1 answer

kik.metrics.enableGoogleAnalytics() not longer working properly

I have implemented kik.metrics.enableGoogleAnalytics(); on my kik page and confirmed in my google analytics that "kikSend" and "kikReceive" were in fact pinging my GA account. However, in some recent tests I found those pings appear to be very…
shreddie
  • 11
  • 3
1 2 3
8 9