Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it work with WebView? #137

Open
tomgiam opened this issue Sep 14, 2022 · 0 comments
Open

Does it work with WebView? #137

tomgiam opened this issue Sep 14, 2022 · 0 comments

Comments

@tomgiam
Copy link

tomgiam commented Sep 14, 2022

I can't get it to work with WebView. Is that possible?

import { WebView } from "react-native-webview";
panelProps: {
    fullWidth: true,
    openLarge: false,
    showCloseButton: true,
    allowTouchOutside: true,
    onClose: () => this.closePanel(),
    onPressCloseButton: () => this.closePanel()
},
<SwipeablePanel {...this.state.panelProps} isActive={this.state.isPanelActive}>
        <View style={{ height: "100%", width: "100%" }}>
              <WebView source={{ html: this.state.PanelHtml }} />
       </View>
 </SwipeablePanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant