iaiao

Results 20 issues of iaiao

- [x] I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section - [x] I have read and done the [Get Started - Setup Android](https://inappwebview.dev/docs/get-started/setup-android/) section - [x] I have read...

bug

See how React-Native solved this https://github.com/react-native-webview/react-native-webview/issues/2256 You can start at 12:30 https://developer.apple.com/videos/play/wwdc2021/10032/ ![image](https://user-images.githubusercontent.com/39314023/171526319-9dd9ae32-a710-4e52-bea2-f0e3575d0729.png)

bug

Add support for https://api.flutter.dev/flutter/material/SelectableText-class.html This is something very useful for flutter web.

Is there any tricks we can use to enable that?

@rafaelsetragni We are looking to find a way to dismiss notifications if.rhe app is closed. (Not in background or paused).

Hi, great library. Just looking to see if we can add => expandedBorderRadius This will allow to have something very customizable. So you can have something like this: ``` borderRadius:...

I would expect ``` @Singleton(as: IConfigReader ) class ConfigReader extends IConfigReader { @preResolve @factoryMethod static Future initialize() async {...} ... } ``` to generate this ` await gh.singletonAsync(() => ConfigReader.initialize(),...

## Bug report Just wondering if this warning will cause problem in the future. ### Steps to reproduce Just deploy the firebase_analytics example in Firebase hosting Go to the website...

type: bug
blocked: customer-response
in triage

We added this extension in our project and just sharing it: extension FlatMapOnNull on TaskEither { TaskEither flatMapOnNull(L left) { return flatMap( (r) => r != null ? TaskEither.right(r) :...

enhancement

Let takes this example ![image](https://github.com/bahricanyesil/flutter-animated-login/assets/39314023/f7bfb562-ec93-42a8-a6c3-7ab093bd5ff0) I don Column(...)... ``` ``` typedef WelcomeBuilder = Widget Function(Widget defaultChild); AnimatedLogin( welcomeBuilder : (defaultChild) => Column(...)... ``` ``` typedef LabelBuilder = Widget Function(LabelType type,...

feature-request