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

[Feature Request] Custom Request Method, and Body #99

Open
liho00 opened this issue Dec 25, 2023 · 1 comment
Open

[Feature Request] Custom Request Method, and Body #99

liho00 opened this issue Dec 25, 2023 · 1 comment

Comments

@liho00
Copy link

liho00 commented Dec 25, 2023

Use case:
Open in app browser from current logged in user to access third party web resources including view, download online reports.

Example of react native webview

        <WebView
          source={{
            method: 'POST',
            headers: { 'Content-Type': 'application/x-www-form-urlencoded', },
            body: 'token=' + token,
            uri: 'https://api.mock.com',
          }}
          onLoadStart={() => this.showSpinner()}
          onLoad={() => this.hideSpinner()}
        />

Can I request this feature in capacitor in app browser?

References:
https://github.com/react-native-webview/react-native-webview/blob/master/docs/Reference.md#source

@riderx
Copy link
Contributor

riderx commented Jan 12, 2024

Thanks for the report i think it's doable, currently i cannot work on that. but if you are willing to support the request feature a member of the community will do it for sure !
https://console.algora.io/bounties/new

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

2 participants