• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

StageWebView In Android, HTML input file not work~!

New Here ,
Jan 18, 2015 Jan 18, 2015

Copy link to clipboard

Copied

StageWebView in ios, HTML input file work fine,

But in Android, It Click don't alert ImagePicker.

I test in browser,HTML is work,

so i think,StageWebView In Android don't Achieve WebChromClient.openFileChooser?

My Android System version is 4.2.1,

ADOBE AIR version is 16.0.

Please help me, Thanks~!

TOPICS
Performance issues

Views

3.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 20, 2015 Jan 20, 2015

Copy link to clipboard

Copied

Could you please open a new bug report on this at http://bugbase.adobe.com?  When adding the bug, please include a small sample project so we can quickly reproduce the issue.  Once added, let me know the bug number and I'll follow up internally.

Thanks,

Chris

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 08, 2018 May 08, 2018

Copy link to clipboard

Copied

Hello Chris,

I have encounter same problem. I have submit a bug report to bug base. You can go to https://tracker.adobe.com/#/view/AIR-4198646​ for the bug detail. Hope you can look into this problem since this issue will affect a lot of app developers.

Thank you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 27, 2015 Aug 27, 2015

Copy link to clipboard

Copied

Actually, the issue is that the <input type="file"> component for file uploads doesn't work in Android webviews anymore! It simply does nothing when you click it, regardless if you use Adobe Air or a native app. Google deliberately blocked it in Android 4.2.

I have spent a lot of time recently coping with this problem. The solution for me was to use this ANE, released last week, which replaces the StageWebView and supports input type file fine (tested on android and IOS): https://github.com/myflashlab/webView-ANE

Hope this helps!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 06, 2020 Jun 06, 2020

Copy link to clipboard

Copied

LATEST

i fix this issue here https://youtu.be/jA9TCP6Y7uU

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines