Closed
Bug 988192
Opened 11 years ago
Closed 8 years ago
Cant touch flash on GeckoView
Categories
(Firefox for Android Graveyard :: General, defect)
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
| Reporter | ||
Updated•11 years ago
|
Severity: normal → major
Keywords: flashplayer
OS: Linux → Android
Priority: -- → P1
Hardware: x86_64 → ARM
Comment 1•11 years ago
|
||
Thoughts?
Severity: major → normal
Flags: needinfo?(snorp)
Flags: needinfo?(blassey.bugs)
Priority: P1 → --
| Reporter | ||
Comment 2•11 years ago
|
||
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.
Updated•11 years ago
|
Assignee: nobody → snorp
Flags: needinfo?(blassey.bugs)
| Assignee | ||
Comment 4•11 years ago
|
||
nm, looks like you're using trunk...strange
| Reporter | ||
Comment 5•11 years ago
|
||
Yes, I took the library from lastest nightly build
| Reporter | ||
Comment 6•11 years ago
|
||
FYI, this happens on android 4.4(Kitkat), the same build works fine on 4.1
| Assignee | ||
Comment 7•11 years ago
|
||
(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?
| Reporter | ||
Comment 8•11 years ago
|
||
I'm using HTC One M7 (4.4.2).
Comment 9•8 years ago
|
||
Flash is going away (bug 1381916), so there's no point in pursuing this further.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•