Viktor Jamrich
Viktor Jamrich
> Solution: https://stackoverflow.com/questions/58694353/webview-without-height-inside-scroll-not-working#answer-58730573 > > ```dart > showCupertinoModalBottomSheet( > expand: false, > context: context, > backgroundColor: Colors.transparent, > builder: (context) => Container( > height: mq.size.height * 0.9, > child: WebView(...
This looks great!
@ikbendewilliam I think there is a need for an updated version of this package and the community would greatly benefit from it. I have been using my own modified version...
Same issue as @mehmetartun. Happens with Chrome on Android, while trying to sign in with Apple. App Check and app signing is properly set.
I resolved the issue by implementing my own return url handler and not using the default one provided by Firebase. ### HTTP Triggered GCP Function: ```javascript const functions = require("firebase-functions");...