Skip to content

Commit

Permalink
Merge pull request #15 from w3c-webmob/cooking-apps
Browse files Browse the repository at this point in the history
Closing off low hanging fruit.
  • Loading branch information
marcoscaceres committed Jul 9, 2014
2 parents 331d38f + e4e05f3 commit 9bee540
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions index.html
Expand Up @@ -361,6 +361,16 @@ <h2>
application automatically releases the wake lock.
</dd>
</dl>
<p>
Applications that exhibit similar behavior:
</p>
<ul>
<li>
<a href="http://fbreader.org/">FBReader</a> on Android is
configurable. It default is to only prevent sleep when battery level
is greater than 50%.
</li>
</ul>
</section>
<section>
<h2>
Expand Down Expand Up @@ -406,6 +416,16 @@ <h2>
screen, the wake lock is released.
</dd>
</dl>
<p>
Other applications that exhibit similar behavior:
</p>
<ul>
<li>
<a href=
"https://play.google.com/store/apps/details?id=com.mufumbo.android.recipe.search">
Allthecooks Recipes</a>
</li>
</ul>
</section>
<section>
<h2>
Expand All @@ -431,8 +451,7 @@ <h2>
</dd>
<dt>
What benefits does the user or application get by preventing the
device going to sleep? (e.g., allow the application to be controlled
via voice input)
device going to sleep?
</dt>
<dd>
When in navigation mode, the screen will stay 'awake' so users do not
Expand All @@ -448,8 +467,12 @@ <h2>
</dd>
</dl>
<p>
Other applicatiosn that exhibit the same behavior: iOS maps.
Other applications that exhibit similar behavior:
</p>
<ul>
<li>iOS Maps.
</li>
</ul>
</section>
<section>
<h2>
Expand Down

0 comments on commit 9bee540

Please sign in to comment.