-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
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
InAppBrowser does not close on android 5.1.1 #60
Comments
I am also facing this issue on Android 6.0.1 |
I'm going to check that at weekend, Any pull request is welcome in the meantime! 👍 |
I need a demo to reproduce this issue, please let me know |
@jdnichollsc, I've just use And got unclosable browser. |
What's that? |
It's the answer of response as in ur screenshot. Response returns: {type: 'dismiss'} May be, if it helps: it reproduces on Samsung j-320. I don't know how to explain better. |
@Daha62 try with the last version please and let me know 👍 |
@jdnichollsc thank u for ur updates. But the problem is still is still exist ( When I try to close it - browser opens again. |
Are you using |
Can you attach a reproducible demo? I can't help you without that, sorry |
yep |
try without |
tried without singleTask mode, but on this device - the same behaviour. |
Yeah... and I can't reproduce this issue, so try debugging the plugin and let me know what you find, in the meantime it would be closed 👍 |
Happens to me as well - API 28, Nexus 5X but only on device - emulator seems to be working fine. I will try to investigate more. |
Thanks @ssuchanowski, because I can't reproduce this issue and I can't help without a demo or logs of the issue :) |
I've also had this issue. Steps to reproduce (tried on Samsung j320 and Samsung A5 (2016)):
The fix is in implementing "onSaveInstanceState" and checking for savedInstanceState in "onCreate" (also some related changes may be needed) |
@Daha62 @Rizwanilahi @ssuchanowski @WildyDS what happen if you try opening the browser with the |
@WildyDS honestly I don't know, but any pull request is welcome mate! 👍 |
@WildyDS So you're talking about the activity lifecycle, right? I'd like to help, but don't know enough about native Android code! |
I can actually do it in my spare time but in won't be soon |
Exactly |
Hey guys, just run into this as well. Any work around or patch suggested? Thanks |
@WildyDS thanks for your help, it was fixed in the last version 3.3.0, let me know 👍 https://github.com/proyecto26/react-native-inappbrowser/releases/tag/v3.3.0 |
And guys, let me know what you think v3.2.0...v3.3.0 |
Hi there,
I am using your plugin, but suddenly faced with problem on android 5.1.1. InAppBrowser opens link correctly with type - dismiss, but every time u want to close it it opens again. If i want to make a force close - it does nothing.
The text was updated successfully, but these errors were encountered: