-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
app crashing on iOS when using ChromeSafariBrowser #19
Comments
has it been fixed? |
yep
…On Fri, Feb 15, 2019 at 8:30 AM Arikwu ***@***.***> wrote:
has it been fixed?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<https://github.com/pichillilorenzo/flutter_inappbrowser/issues/19#issuecomment-463989165>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AASnfgEyvWIfFFIgXNPhV41gya5LqPiUks5vNoxIgaJpZM4ZInMq>
.
|
Closed
This was referenced Jul 6, 2020
Closed
Closed
5 tasks
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
flutter create -i swift webview_test
flutter_inappbrowser: 0.5.51
to pubspec.yamlvoid _incrementCounter() { ChromeSafariBrowser browser = new ChromeSafariBrowser(null); browser.open('http://flutter.io'); }
App crashes when clicking the button.
InAppBrowser works fine.
The text was updated successfully, but these errors were encountered: