Cap-go / capacitor-inappbrowser

Capacitor plugin in app browser with urlChangeEvent
MIT License
58 stars 38 forks source link

Remove toolbar and toolbar options (Menu) #54

Closed bhekor closed 10 months ago

bhekor commented 1 year ago

On the web browser, there is a share icon and menu that's having options including opening with Chrome I want to get rid of them.

just having only the close or back button left.

riderx commented 1 year ago

You have 2 way to open the browser one is fully configurable with button you want in it. https://github.com/Cap-go/capacitor-inappbrowser#openwebview check the options there: https://github.com/Cap-go/capacitor-inappbrowser#openwebviewoptions

bhekor commented 10 months ago

Thank you very much! Let me give it a shot.