Request to fix iOS WebView wrapper background in export

Hi Base44 team,

Thanks for clarifying that the white bands are caused by the native iOS WKWebView/container background in the generated app wrapper. Since this cannot be fixed from the app editor, can you please update the exported iOS wrapper for my app so the native container uses the BeatLogix dark background instead of white?

The generated iOS shell should set the root native view and WKWebView backgrounds to the app background color, for example:

  • view.backgroundColor = .black

  • webView.isOpaque = false

  • webView.backgroundColor = .black

  • webView.scrollView.backgroundColor = .black

Right now the web layout itself is filling correctly, but the native wrapper still renders white above and below the app, causing visible bands in TestFlight.

Please let me know if you can patch the generated iOS wrapper or regenerate the build with these native background settings applied.

Thanks.

Please authenticate to join the conversation.

Upvoters
Status

In Review

Board
πŸ’‘

Feature Request

Date

7 days ago

Author

Paul Nieto

Subscribe to post

Get notified by email when there are changes.