Closed Bug 988192 Opened 11 years ago Closed 8 years ago

Cant touch flash on GeckoView

Categories

(Firefox for Android Graveyard :: General, defect)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: thailycuong1202, Assigned: snorp)

Details

(Keywords: flashplayer)

User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36 Steps to reproduce: -Create a simple app which contains GeckoView. e.g https://github.com/guardianproject/orfox - Use latest version of gecko_library and asset - Load a flash game http://static.nickjr.com/game/assets/wubb_robots/widget.swf Actual results: - I cant click on any button - The animation is stopped (To resume I have to pan and zoom in/out. Looks like the touch event is stuck somewhere) Expected results: - It should allow me to click on flash game like as on Firefox - Animation should run normally
Severity: normal → major
Keywords: flashplayer
OS: Linux → Android
Priority: -- → P1
Hardware: x86_64 → ARM
Thoughts?
Severity: major → normal
Flags: needinfo?(snorp)
Flags: needinfo?(blassey.bugs)
Priority: P1 → --
I've added a demo here for you guys to check https://github.com/cuongthai/FlashOnGecko This method in GeckoAppShell is not called after I touch the flash @WrapElementForJNI public static void notifyDefaultPrevented(final boolean defaultPrevented) { } However, after I zoom-in/out on the layerview, I see a serial of missing events going out. So I guess, the event queue is stuck somewhere.
Assignee: nobody → snorp
Flags: needinfo?(blassey.bugs)
What version of gecko is being used here?
Flags: needinfo?(snorp)
nm, looks like you're using trunk...strange
Yes, I took the library from lastest nightly build
FYI, this happens on android 4.4(Kitkat), the same build works fine on 4.1
(In reply to thailycuong1202 from comment #6) > FYI, this happens on android 4.4(Kitkat), the same build works fine on 4.1 Ah, ok. That indicates that it's likely some form of bug 957694 biting us again. Ugh. What device are you using?
I'm using HTC One M7 (4.4.2).
Flash is going away (bug 1381916), so there's no point in pursuing this further.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.