FAQ

Frequently asked questions

Use this page as the public FAQ destination from your More section and as a safe fallback for users who open links on the web.

How do deep links work here?

We use normal HTTPS links. If the app is installed and correctly configured, the operating system can open the OneWibe app directly. Otherwise the website page opens.

Do I need Flutter web for this?

No. This sample is just static HTML, CSS, and a little JavaScript, so it is easy to deploy on Firebase Hosting.

What URL format should I share?

Use a single page such as /open.html with query params like screen=title&id=123. It is the easiest pattern for a static site.