Cap-go / capacitor-inappbrowser

Capacitor plugin in app browser with urlChangeEvent
MIT License
57 stars 37 forks source link

Is't possible for this plugin to use overrideUserAgent defined in Capacitor.config.ts ? #153

Closed paulisidore closed 6 days ago

paulisidore commented 6 days ago

Hello, thank for this Pugin, i need to kow if this plugin can be setup to use overrideUserAgent in capacitor config or if we have another way to edit it ?

Thank you very much

paulisidore commented 6 days ago

I find it ! , we can use Headers in OptionOpens Interface when we call InAppBrowser.open. Thank you.