nativescript-inappbrowser icon indicating copy to clipboard operation
nativescript-inappbrowser copied to clipboard

📱InAppBrowser for NativeScript (Android & iOS) 🤘

Results 10 nativescript-inappbrowser issues
Sort by recently updated
recently updated
newest added

Hi there, the inappbrowser works very-well in android. In iOS it works very well except in one situation, when you open the inappbrowser inside a modal. Then it das not...

enhancement
help wanted

### Which platform(s) does your issue occur on? - Android - Android version: 9 - Both emulator and android phone ### Please, provide the following version numbers that your issue...

help wanted
discussion 🔥

### Which platform(s) does your issue occur on? - iOS/Android ### Issue close() method does not clear cache when closing inappbrowser

enhancement

I'm heavily wondering about the creation of the "Who is using InAppBrowser" section in the **README**. Are there any companies/startups that would like to be there? If so, please, post...

discussion 🔥

Related https://github.com/proyecto26/react-native-inappbrowser/pull/399

Related https://github.com/proyecto26/react-native-inappbrowser/pull/412

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.9 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Hey! The plugin is working as expected. However, I've been wondering if it's possible to change the behavior of the Share button? Instead of just Sharing the link, I would...

The header is not modified. Code exemple: ```go // Function used to execute action when the provider button is clicked. async function onNewConnectionClick() : Promise { const url = `${BASE_API_URL}/protected/oauth2/${$selectedProvider}/login?redirect_url=${APP_URL}`...

The code below works fine in 17.5 but when calling the same code in 18.3, the browser opens a blank page and the app freezes. const response = await InAppBrowser.openAuth(getOAuth2CodeAuthUrl(idp),...