Skip to main content

Integrated Dynamic Web Content

The Launcher supports to include arbitrary Floating Menus. Floating Menus support including web view items. This makes for a very powerful combination.

Here is a simple example that passes the Launcher prompt to a dictionary website:

Configuration Steps

Step 0: Use Floating Menu Template

Best start with the "Launcher Webview Template". It contains a working floating menu that loads google.com with your launcher's prompt. You can modify that to fit your use case.

Template

Step 1: Define A Floating Menu

For the Floating Menu best set the availability to "Only Embedded": Only Embedded

Step 2: Set a Launcher Keyword:

A Launcher Keyword allows you to type e.g. "g hello world" into the launcher to search Google for "hello world": Keyword

Step 3: Configure The Web View

Configure the web view to load a URL with the launcher's prompt as URL parameter. The variable BTTLauncherPromptInputWithoutKeyword contains the entered prompt without the keyword, so for example "g hello world" would store "hello world" in that variable.

Use that variable in any URL like this (in curly braces):

https://www.google.com/search?q={BTTLauncherPromptInputWithoutKeyword}

Webview