Opened 9 years ago
Closed 9 years ago
#14827 closed defect (fixed)
Fails to hide address bar on some Android devices
Reported by: | Atsushi Ono | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | |
Keywords: | Cc: | Eric Durocher | |
Blocked By: | Blocking: |
Description
With the latest 1.8 code on dojo trunk, hideAddressBar does not work on some Android devices such as Galaxy SII.
Attachments (1)
Change History (5)
Changed 9 years ago by
Attachment: | 14827.patch added |
---|
comment:1 Changed 9 years ago by
Attached a patch to fix the issue. The root cause of this issue seems to depend on devices as follows:
- On some Android devices such as Galaxy SII, both "innerHeight" and "outerHeight" sometimes return 0 during hideAddressBar, so retry it after a while.
- On some Android devices such as HTC EVO, "outerHeight/devicePixelRatio" is not enough height to hide address bar, so use larger value such as "outerHeight" instead.
comment:3 Changed 9 years ago by
Cc: | Eric Durocher added |
---|
comment:4 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Priority: | undecided → high |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
[patch][ccla] fix for failing to hide address bar on Android