fluttercommunity / fluttercommunity/chewie
Crush when full screen mode with flutter_webview in the same screen. Only iOS
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 1.1k
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 6
Description
```
Failed to change device orientation: Error Domain=UISceneErrorDomain Code=101 "None of the requested orientations are supported by the view controller. Requested: landscapeLeft, landscapeRight; Supported: portrait" UserInfo={NSLocalizedDescription=None of the requested orientations are supported by the view controller. Requested: landscapeLeft, landscapeRight; Supported: portrait}
[app] π» INFO 2023-07-06 15:42:51.936894 AppNavigationObserver> didPush: route(null: null), previousRoute= route(secret: {id: 14})
ββββββββ Exception caught by rendering library βββββββββββββββββββββββββββββββββ
The following assertion was thrown during layout:
A RenderFlex overflowed by 167 pixels on the bottom.
The relevant error-causing widget was
Column
secret_screen.dart:129
To inspect this widget in Flutter DevTools, visit: http://127.0.0.1:9101/#/inspector?uri=http%3A%2F%2F127.0.0.1%3A52242%2Fkh5nJlrHW-Q%3D%2F&inspectorRef=inspector-0
The overflowing RenderFlex has an orientation of Axis.vertical.
The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents being too big for the RenderFlex.
Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the RenderFlex to fit within the available space instead of being sized to their natural size.
This is considered an error condition because it indicates that there is content that cannot be seen. If the content is legitimately bigger than the available space, consider clipping it with a ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex, like a ListView.
The specific RenderFlex in question is: RenderFlex#82c63 relayoutBoundary=up4 OVERFLOWING
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
frame #0: 0x000000010cde932c Flutter`flutter::IOSExternalViewEmbedder::CompositeEmbeddedView(long long) + 1828
Flutter`flutter::IOSExternalViewEmbedder::CompositeEmbeddedView:
-> 0x10cde932c <+1828>: ldr x8, [x0]
0x10cde9330 <+1832>: ldr x8, [x8, #0x30]
0x10cde9334 <+1836>: blr x8
0x10cde9338 <+1840>: cbz x0, 0x10cde951c ; <+2324>
Target 0: (Runner) stopped.
Lost connection to device.
Exited
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.