-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
My capacitor application has an activve webscoket receiving events. Once I open the inappBrowser in ios with the view style to full screen., my websocket connection is completely black boxed. I stop receiving events entirely. Only happens when on full screen.
await InAppBrowser.openInWebView({
url,
options: {
showToolbar: false,
showURL: false,
clearCache: false,
clearSessionCache: false,
mediaPlaybackRequiresUserAction: false,
closeButtonText: '',
toolbarPosition: ToolbarPosition.TOP,
showNavigationButtons: false,
leftToRight: false,
android: {
allowZoom: false,
hardwareBack: false,
pauseMedia: false,
},
iOS: {
allowOverScroll: true,
enableViewportScale: true,
allowInLineMediaPlayback: false,
surpressIncrementalRendering: false,
viewStyle: iOSViewStyle.FULL_SCREEN,
animationEffect: iOSAnimation.FLIP_HORIZONTAL,
},
},
Metadata
Metadata
Assignees
Labels
No labels