Skip to content
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

Android 9 Issues #2

Open
ikazmi opened this issue Mar 10, 2019 · 6 comments
Open

Android 9 Issues #2

ikazmi opened this issue Mar 10, 2019 · 6 comments

Comments

@ikazmi
Copy link

ikazmi commented Mar 10, 2019

Hi

First of all, thank you for writing this plugin and sharing it with everyone.

The plugin does not seem to work with Android 9, I have tested with Android 8 and the plugin works without any issues but with Android 9, nothing happens. Any ideas as to what's going on?

@fastmanu
Copy link

fastmanu commented May 9, 2019

same here

@tienviip
Copy link

Have you found a solution on android 9.0 yet?
can you help me run on android 9.0?

@janakact janakact mentioned this issue Jul 11, 2019
@tassoruas
Copy link

tassoruas commented Jul 19, 2019

Hi

First of all, thank you for writing this plugin and sharing it with everyone.

The plugin does not seem to work with Android 9, I have tested with Android 8 and the plugin works without any issues but with Android 9, nothing happens. Any ideas as to what's going on?

Hello!
I am running on Samsung S8 (Android 9) and everything works as it should.
Also running on a Samsung S6 (Android 7) and working fine.
On emulator (Android 8) works fine too.
But unfortunatelly, running on a Galaxy Tab A6 (Android 5.1.1) and not working.

But I don't get any error message on try catch function too.

Any thoughts?


janakact solution fix the problems. Thanks!

@whenmoon
Copy link

whenmoon commented Nov 3, 2019

I cannot get invokeApp working on Android versions > 8. Is there a fix?

I have tried this but doesn't seem to make a difference:

Screenshot 2019-11-03 at 16 38 53

Thanks!

@rizwan92
Copy link

I think to change in the manifest file would do the job
like this
android:launchMode="standard">

@DrSchmurge
Copy link

DrSchmurge commented Apr 24, 2020

I found a solution for my Xiaomi mi9T with MIUI and Android 9 , adding

activityIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)

adding to AndroidManifest for MainActivity:

    android:showWhenLocked="true"
    android:turnScreenOn="true"

and permitting starting in background for my RN app in MIUI app optimization settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants