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 4.4 ,No response #91

Closed
robinv8 opened this issue May 14, 2016 · 1 comment
Closed

android 4.4 ,No response #91

robinv8 opened this issue May 14, 2016 · 1 comment

Comments

@robinv8
Copy link

robinv8 commented May 14, 2016

No description provided.

@MacKentoch
Copy link

@tranren @alinz as far as I know (tested on real devices) it seems like it works only for android >= 5.0 (SDK 21).

I "guess" (strongly suppose) it is not due to webview bridge but android SDK.
Sorry I can't investigate more since I'm not an android dev.

So I set my app manifest:

    <uses-sdk
        android:minSdkVersion="21"
        android:targetSdkVersion="22" />

If anyone else could give feedback on android version?

@robinv8 robinv8 closed this as completed Feb 10, 2018
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

2 participants