intel / webapps-shopping-list

Apache License 2.0
8 stars 11 forks source link

[android] odd behaviour on android #2

Closed davidmaxwaterman closed 10 years ago

davidmaxwaterman commented 11 years ago

When you launch it, it seems to crash (ie screen goes back to the launcher), but it is still there in the switcher. If this is the app that uses tizen apis, then I think it could have better failure behaviour.

townxelliot commented 11 years ago

I have a feeling that #1 and #3 are also related to this, and that they may all be fixed once the code is rewritten to fail more gracefully and/or we remove any pieces which aren't cross platform.

townxelliot commented 11 years ago

I was unable to reproduce the original bug, but it may be that this could be because of different Crosswalk versions. Anyway, the code in PR #6 may help, as it uses CSS media queries rather than JS hacks.

davidmaxwaterman commented 11 years ago

I still get this issue. I'm using crosswalk build 171.

davidmaxwaterman commented 10 years ago

using 275 now with 5d3a70320a038d3fdadfab884b1bc1bbe5ab5fe6 and the behaviour is much more sane - I'm not what change made the difference, but I'm considering this fixed.