Congratulations team in your release of v17 yesterday! I’m very excited about this version.
I understand that keyboards without word suggestions will have a banner at the top of the keyboard, which is necessary to be able to show overlays from long taps and the like.
I would like to display the keyboard name and possibly the logo in this space, similar to this example:
This pull request from GitHub briefly explains how to customize it:
KMManager.setHTMLBanner()
allows developers to pass an HTML blob to use for the banner.
My programing abilities include writing somewhat intense excel formulas and a good amount of HTML, but I’m afraid that’s it for now.
I have a few questions:
- What file would I put that function in, and where in the file? What are the arguments that the function takes?
- Where in the project folder would I put the graphic?
- What dimensions and file format should the graphic have?
- Where in the project folder would I put the HTML file?
- Could you please share a full keyboard example of how this is done? Including the HTML file, graphic, and the file with the special function.
Thanks so much!
2 posts - 2 participants