RSS Amplifier

publican.dev · Jul 13, 2026

StaticSearch v0.8.1 update

0
Sign in to vote or save

Craig Buckler · Publican.dev

  1. News

By Craig Buckler

267 words, 2-minute read

  1. Mobile virtual keyboards
  2. Get started
update
Image courtesy of Markus Winkler

StaticSearch v0.8.1 was released on . There should be no breaking changes since the changes are minor:

  • The ::part(activate) search activation element inherits color by default.
  • The StaticSearch version is shown in “powered by” footer.
  • package.json defines the minimum Node.js engine (>= 22).
  • All modules were updated. The latest esbuild creates a smaller CSS and JavaScript bundles.
  • Small bug fixes.

Mobile virtual keyboards #

I recommend you add interactive-widget=resizes-content to your HTML viewport meta tags, e.g.

HTML

<meta name="viewport" content="width=device-width,interactive-widget=resizes-content">

This resizes the viewport when the keyboard appears. The StaticSearch <dialog> height changes accordingly and it becomes easier to scroll through results.

mobile keyboard resizes viewport

Refer to mobile virtual keyboards for more information.

Get started #

The StaticSearch documentation provides a quick start guide, and details about the indexer, single script tag, web component,web component, bind module, and JavaScript API.

StaticSearch works well with Publican sites. The Publican documentation provides a quick start guide, a detailed set-up guide, API references, and common recipes you can use and adapt for your own projects.

Read the original on publican.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.