On Screen Keyboard Open Sourced

January 25, 2019

3D Wayfinder uses a in-house built JavaScript Keyboard for search input. A On Screen Keyboard (Keyboard later on) is used when there is no physical keyboard. For security and ease of use reasons we can’t use the Operating Systems builtin Keyboard.

3D Wayfinder in-house built JavaScript Keyboard for search input on screen.
Norwegian keyboard

Previously we used our own User Interface library to manage the state of our applications. But times have moved on and we are now using other more popular and powerful open source libraries like AngularJS and VueJS. We managed to use the old Keyboard also with these libraries. But it wasn’t very handy and meant that we had to import libraries that were not necessary for whole project (eg jQuery).

So we decided to get free of 3rd party libraries and make it easy to install via npm (nodejs package manager).

Our On Screen Keyboard is usable with any UI library that supports importing ES6 module formats. You can define Your own keyboard layouts and actions with a JSON layout file. So we can have any language that we ever need and also make also fully custom keyboards that only a number pad or have special buttons for custom actions. Also the Keyboard itself allows to switch the layout.

Check out the GitHub page.

« »

New Administration Panel is Up and Working

September 7, 2017

It has taken some time and lots of effort but we have finally made it. New 3D Wayfinder administration panel is finally online and usable for all clients.

new admin

We have made many smaller and bigger improvements to make 3D Wayfinder administration panel  easier to use. Especially for new clients. For example the editor has been changed to make it more logical. All the materials have previews for better overview and managing of 2D maps is more convenient.

It should also be more comfortable for those who prefer to use our app on smartphones or tablets.

There are still some kinks to straighten out so if you notice something that isn’t working the way it is supposed to, let us know.

“Sign in” leads straight to new administration panel but if you prefer to use the old one, go to old.3dwayfinder.com or use the link at the bottom of the sign in page. 

« »