All Questions
Tagged with flutter-inappwebview browser
3 questions
1
vote
1
answer
47
views
Grey Screen Error in release mode. working fine in debug
@override
Widget build(BuildContext context) {
return Scaffold(
bottomNavigationBar: Container(
height: 60,
decoration: const BoxDecoration(
gradient: ...
1
vote
1
answer
991
views
My Flutter Mobile Browser app can't handle/load external link from other apps in own WebView new tabs
I'm working on a mobile browser app using flutter_inappwebview package.
https://pub.dev/packages/flutter_inappwebview
https://inappwebview.dev/docs/intro
It has home_page.dart with OpenNewTab() to ...
0
votes
1
answer
423
views
Wrong Chrome top bar on Android with Flutter and InAppWebView
UPDATE: The problem was, that Samsung A53 has Samsung Internet as default browser. So the question is, how ChromeSafariBrowser can handle it? Is it possible to force open Chrome or is there an another ...