FaceLivenessDetector keeps loading without move to oval-shaped screen #6154
Labels
feature-request
Request a new feature
Flutter
An issue or a feature-request for Flutter platform
Liveness
Before creating a new issue, please confirm:
On which framework/platform are you having an issue?
Flutter
Which UI component?
Liveness
How is your app built?
React App
What browsers are you seeing the problem on?
Safari
Which region are you seeing the problem in?
ap-northeast-1
Please describe your bug.
I have tried to run the FaceLivenessDetector on the web browser sucessfully without any problems. But when I try to open the web app from one of the following Flutter webview plugins (WebViewFlutter, InAppWebView, InAppBrowser from InAppWebView), the app always keeps loading after I get the sessionId from my custom backend. It should go the the oval-shaped page to verify my face. But if I use the url_launcher package to directly open Safari browser, it works like the web browser. The issue just happens when I try to show the app in a mobile webview.
What's the expected behaviour?
Mobile webview should work as same as web browser on desktop
Help us reproduce the bug!
Create a new flutter project and add the WebViewFlutter package from pub.dev
Paste the code below to run the webview
Code Snippet
Console log output
Nothing shows up
Additional information and screenshots
The app is stuck here, it should go to the oval-shaped page
The text was updated successfully, but these errors were encountered: