Looks like Android gets confused as to what surface to blit when we hide or show toolbars. Setting a border on the container, seems to force the entire area to blit properly. Other attempted approaches, with no success: - zIndex of -100 - width and height of 0 - opacity of 0 and setting 'disabled' on touch containers This patch applies the workaround in the welcome page and conference containers.master
|
|
||
18 |
|
18 |
|
19 |
|
19 |
|
20 |
|
20 |
|
|
21 |
|
|
|
22 |
|
|
|
23 |
|
|
|
24 |
|
|
|
25 |
|
|
|
26 |
|
|
21 |
|
27 |
|
22 |
|
28 |
|
23 |
|
29 |
|
|
|
||
38 |
|
38 |
|
39 |
|
39 |
|
40 |
|
40 |
|
|
41 |
|
|
|
42 |
|
|
|
43 |
|
|
|
44 |
|
|
|
45 |
|
|
|
46 |
|
|
41 |
|
47 |
|
42 |
|
48 |
|
43 |
|
49 |
|