bui quoc hung

Results 12 comments of bui quoc hung

I am also facing same issue when implement for SwiftUI, after debug I see WKWebview automatic add adjustedContentInset to the ScrollView when keyboard open ![WKWebview-adjustedContentInset-debug](https://user-images.githubusercontent.com/5744633/135754300-7b76d351-e844-4298-882b-3744340a7512.png) After google and found the...

I got this issue too, I try to turn off and on some option in setting for a white. Then I turn on the option "Prevent accessibility services from accessing...

I just move the code handle from didSelectPost to viewDidAppear and it works. I still keep `completeRequest` in function `redirectToHostApp` ``` override func viewDidAppear(_ animated: Bool) { if let content...

You can workaround like this. 1. Create a folder for TestResults.xcresult, eg: OutputReport/TestResults.xcresult 2. cd to OutputReport 3. Run command export: xchtmlreport -r TestResults.xcresult you can delete symbolic link in...

Same for me, I test from android 11, after call registerWifiNetwork work then call removeWifiNetwork but nothing change, and no log, the func removeWifiNetwork return true. I use the latest...

Mình cũng bị lỗi này, mà chỉ bị máy cty thôi (máy có cài nhiều chương trình bảo mật và antivirus), còn các máy khác thì không bị vấn đề...

> > Mình cũng bị lỗi này, mà chỉ bị máy cty thôi (máy có cài nhiều chương trình bảo mật và antivirus), còn các máy khác thì không bị...

I have make a demo for SwiftUI, if you interesting you can check it [here](https://github.com/qhu91it/RichEditorView/tree/master/ExampleRichEditorView-SwiftUI/ExampleRichEditorView-SwiftUI)

Hi, it like this article on Android: [How to Use the Front and Rear Camera Previews Simultaneously in Android Using the Camera2 API](https://medium.com/better-programming/simultaneous-front-and-rear-camera-preview-in-android-using-camera2-api-d9f2eb9af6b5) and for iOS (>=13) is new feature...

So how about using swift packager manager? do I need to do something?