We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The package works as expected on Android but crashes on the ios simulator and on physical devices with this error:
*** First throw call stack: ( 0 CoreFoundation 0x000000010ab9b6fb __exceptionPreprocess + 331 1 libobjc.A.dylib 0x000000010b19bac5 objc_exception_throw + 48 2 CoreFoundation 0x000000010ab9b555 +[NSException raise:format:] + 197 3 SafariServices 0x000000010a5435a8 -[SFSafariViewController initWithURL:configuration:] + 105 4 SafariServices 0x000000010a543b46 -[SFSafariViewController initWithURL:] + 94 5 Runner 0x0000000103a6b0a4 -[FlutterWebBrowserPlugin handleMethodCall:result:] + 788 6 Flutter 0x0000000107ea2818 Flutter + 514072 7 Flutter 0x0000000107e42476 Flutter + 119926 8 Flutter 0x0000000<…>
The text was updated successfully, but these errors were encountered:
I meet this problem in iOS device too, can you take a look? @victorbonnet
Sorry, something went wrong.
I am not able to reproduce the crash with the example. On which iOS version are you having the issue?
@victorbonnet I am using simulator device with iOS version is 13.0
same here with iOS13 iPhone 6s.
No branches or pull requests
The package works as expected on Android but crashes on the ios simulator and on physical devices with this error:
The text was updated successfully, but these errors were encountered: