All Products
Search
Document Center

SuperApp:WindVane troubleshooting

Last Updated:Jun 22, 2026
  1. Verify that the client environment is correct, including the operating system (iOS or Android), deployment environment (daily, staging, or production), network type (internal or public), and protocol (HTTP or HTTPS). If an HTTPS page fails to load, the HTTPS certificate may not be installed. Install it and try again.

  2. Check for JS errors.

  3. If a feature is not working, especially on older iOS versions, verify that the feature is supported on that version and whether special compatibility measures are required, such as the -webkit- prefix.

  4. If the issue involves JSBridge:

    1. Check whether JSBridge triggers a success callback, a failure callback, or no callback.

    2. If a success callback is triggered, verify that the returned content is as expected.