1,048 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
66
views
Cordova apps in upgraded Android environment display the URL bar
I am trying to prevent the URL (etc) bar being displayed in some upgraded Cordova apps that wasn’t there before the upgrade. The apps themselves are unchanged, but the environment needed updating:
I ...
-1
votes
1
answer
144
views
React app does not render in Facebook in app browser In IOS, showing blank white screen
I have got a React app which uses Redux and Firebase. Everything loads ok in every desktop and mobile browser except Facebook's in app browser in IOS. When I open it through my phone their browser ...
0
votes
0
answers
62
views
Android TV WebView App Fails to Load Videos: net::ERR_FAILED
I am building a WebView-based app for Android TV using Flutter. While most websites work fine, the app encounters an issue when trying to load pages that include video content. Specifically, when ...
0
votes
0
answers
173
views
open website in external browser instead of in-app
I have gone through multiple SO question but there is no proper solution to the answer so I have tried chatgpt and some answers and created a script which is working fine and opening website in chrome ...
0
votes
0
answers
89
views
Cordova App cannot receive message from InAppBrowser WebView via postMessage
I am trying to use Cordova + social login plugin like Facebook + InAppBrowser WebView my wordpress website. In the wordpress site, there's a login button, when user click on the button, trying to send ...
0
votes
1
answer
93
views
In-app-browser styling considering OAuth2 best practices
According to RFC8285 in-app-browsers are a best practice to meet the highest security standards when it comes to user authorization for mobile native apps using OAuth2. Based on experience, these in-...
0
votes
0
answers
88
views
How can I make Cordova InAppBrowser cover the status bar for a true fullscreen experience in Android?
I'm using Cordova's InAppBrowser plugin to display a webpage within my app, and I want the InAppBrowser to cover the entire screen, including the status bar, for a truly fullscreen experience in ...
2
votes
2
answers
812
views
Flutter apps hangs up in simulator after launching a url (e.g. URL Launcher)
I am developing a Flutter app and using the url_launcher package to open URLs. The app works fine on Android and older versions of iOS, but when I test it on iOS 18 using the simulator, the app hangs ...
2
votes
1
answer
987
views
inappbrowser-reborn react native auth failed in android build release
I have an auth flow using react-native-inappbrowser-reborn. I have the redirect deeplink set up and working for both Android and iOS debug build. However on android when I build release, after login ...
1
vote
0
answers
163
views
Open all external links in Chrome browser instead of the in-app browser
my website mainly receives traffic through in-app browsers. However, some tools on my website don't function properly within the in-app browser. Therefore, I've implemented links to access these tools....
0
votes
1
answer
100
views
monaca cordova app InAppBrowser plugin does not work
I'm trying to use InAppBrowser plugin in monaca.io I'm installing it in default monaca dashboard, they do have this plugin ready ver 5.0.0. When I install it and try to call it within project (when ...
0
votes
1
answer
852
views
UPI intent apps are not showing on inappwebview in flutter while calling a payment gateway url. if i open the same url on normal browser it work fine
I have a razorpay integration on my flutter application. The existing implementation uses flutter inappwebview to hit the payment gateway url. Issue is when the url is being called from inappwebview ...
-1
votes
1
answer
262
views
Plaid Link popup browser leaves my capacitor app and the flow is interrupted
I have an app made with capacitor and angular, I have implemented Plaid Link and it work correctly in browser but when running it in the android app the popup browser opens in the device browser and ...
0
votes
0
answers
217
views
download PDF file from external website with inappbrowser ionic cordova
I'm working on android app and iOS, I use Ionic
I want to open external link with InAppBrowser and allow the user to download file from a link inside this site...
But when I click on download link ...
1
vote
0
answers
464
views
From @awesome-cordova-plugins/in-app-browser not able to download PDF in Ionic Cordova Applications
We are using @awesome-cordova-plugins/in-app-browser to open the webpage in the Ionic Cordova mobile application.
In the in-app browser we are loading the webpage that contains the download button. ...