Skip to content

White loading flash when survey is triggered #76

Description

@bastianspirek
Screen.Recording.2026-08-09.at.22.45.28.mov

Summary

startInLoadingState is passed to the survey WebView without a matching renderLoading, so react-native-webview renders its default loading view — an opaque backgroundColor: 'white', 100%×100% absolutely-positioned View. Since the Modal and its container are full-screen, this flashes the entire app white from mount until the remote surveys.umd.cjs bundle finishes loading, then reveals a bottom-anchored survey.

Suggested fix

Drop startInLoadingState, or pass renderLoading={() => <View style={{ flex: 1 }} />} so the placeholder is transparent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions