Dan Koh
Results
2
comments of
Dan Koh
Still having that issue. According to Apple's Guideline 4.0 - Design, if the user name is not used in authentication information when signing up, it will be rejected. As a...
@tp How did you deliver the controller created in the code below to the webview? ```dart if (Platform.isAndroid) { final controller = (_webViewController.platform as webview_flutter_android.AndroidWebViewController); await controller.setOnShowFileSelector(_androidFilePicker); } ``` The...