Questions tagged [kaios]

KaiOS is a web-based mobile operating system developed by KaiOS Technologies Inc. It is forked from B2G (Boot to Gecko), an open source community-driven successor of Firefox OS which was discontinued by Mozilla in 2016.

KaiOS is a web-based mobile operating system developed by KaiOS Technologies Inc. It is forked from B2G (Boot to Gecko), an open source community-driven successor of Firefox OS which was discontinued by Mozilla in 2016. The first release was published in March 2017. A small range of mobile phones is shipped with KaiOS mainly to the US, Europe, and India. In 2018, Google invested $22M in the operating system according to TechCrunch. In 2019, KaiOS Technologies secures $50 million of Series B funding.

49 questions
0
votes
2 answers

Adding T9 text input in KaiOS

I'm trying to build a simple KaiOS app with a text input but I can only insert numbers (numbers of the phone keyboard). Is there a way to write characters (like a specific input type)? For example : if the 2 is pressed twice it prints B, or even…
julient-monisnap
  • 436
  • 1
  • 5
  • 19
-1
votes
2 answers

KaiOS Spatial Navigation

I have tried to add a Spatial Navigation to my apps on KaiOS, but I can't achieve it. The Page has very low information. Example, when I add the following code: function nav(move) { var next = currentIndex + move; var items =…
-3
votes
1 answer

How can I develop applications that call my self c/c++ library API in KaiOS

I know KaiOS application usually developed by html/js/css, but I develop some special functions that is not exist in the current Web API, so I develop the API of the special functions using C/C++, and now, I want to define JS API to call the C/C++…
-4
votes
1 answer

Why camera in KaiOS emulator (B2G) not working?

I want to make a QR Scan with KaiOS technologies, but that is not working in the KaiOS emulator. I'm using emulator version 2.2. But, I try on the web browser, the camera is worked.
ahroidlife
  • 13
  • 1
  • 5
1 2 3
4