- From: yfriedman <notifications@github.com>
- Date: Tue, 08 Aug 2017 07:21:57 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 8 August 2017 14:22:19 UTC
I think that may be over-simplifying the view of mobile a little bit (and tablets can have similar issues). It's true that a user may typically only see one window at a time, but under the hood (and it affects things like task management, back-stack and more) this is actually done by re-using an activity or launching a new instance. If you haven't seen it, the docs on launch modes for activities on Android may be worth some consideration: https://developer.android.com/guide/components/activities/tasks-and-back-stack.html#TaskLaunchModes Anyway, the reason I mention all this is that getting this right can be quite challenging - we've certainly faced some difficulty implementing it on Android and are still dealing with some issues related to back-button across activities. Also given that mobile and desktop would have different defaults, how do we rationalize this? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/597#issuecomment-320971086
Received on Tuesday, 8 August 2017 14:22:19 UTC