Is it possible to preview Composable with WebView ...
# compose-android
e
Is it possible to preview Composable with WebView inside? I am getting
Render problem
and don’t understand if it is expected.
r
WebView won’t work in a preview unfortunately
e
@romainguy So it should normally be wrapped in
LocalInspectionMode
check?