mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
option to keep playing audio when screen off
This commit is contained in:
parent
e45e124b2a
commit
92b697afe2
5 changed files with 13 additions and 15 deletions
|
@ -241,9 +241,10 @@ commacd.sh
|
|||
<guid>/en/tips/</guid>
|
||||
<description>To show web pages in desktop mode:
|
||||
PC button + option &quot;wide viewport&quot; + global js &quot;force page resizable&quot;.
|
||||
Playing audio when screen off
|
||||
Option &quot;Floating video&quot; + video fullscreen playing
|
||||
Multiple home screens and Next/Prev page:
|
||||
home5.html, home6.mht(or .html or .search), home7.mht(or .html or .search), ... can be visited via pressing the right arrow button while home4.mht(or .html or .search), home3.mht(or .html or .search) ... with long pressing the left arrow.
|
||||
Click download button on the bottom toolbar to save remote webpage, the resulted offline file can be used as one of the home screens.</description>
|
||||
home5.html, home6.mht(or .html or .search), home7.mht(or .html or .search), ... can be visited via pressing the right arrow button while home4.mht(or .html or .search), home3.mht(or .html or .search) ... with long pressing the left arrow.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -359,9 +359,10 @@ commacd.sh
|
|||
<guid>/en/tips/</guid>
|
||||
<description>To show web pages in desktop mode:
|
||||
PC button + option &quot;wide viewport&quot; + global js &quot;force page resizable&quot;.
|
||||
Playing audio when screen off
|
||||
Option &quot;Floating video&quot; + video fullscreen playing
|
||||
Multiple home screens and Next/Prev page:
|
||||
home5.html, home6.mht(or .html or .search), home7.mht(or .html or .search), ... can be visited via pressing the right arrow button while home4.mht(or .html or .search), home3.mht(or .html or .search) ... with long pressing the left arrow.
|
||||
Click download button on the bottom toolbar to save remote webpage, the resulted offline file can be used as one of the home screens.</description>
|
||||
home5.html, home6.mht(or .html or .search), home7.mht(or .html or .search), ... can be visited via pressing the right arrow button while home4.mht(or .html or .search), home3.mht(or .html or .search) ... with long pressing the left arrow.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -86,7 +86,10 @@
|
|||
<p><a href="i:00film review:https://www.rottentomatoes.com/search/?search=">film review:https://www.rottentomatoes.com/search/?search=</a></p>
|
||||
<p><a href="i:00goodreads:https://www.goodreads.com/search?query=">goodreads:https://www.goodreads.com/search?query=</a></p>
|
||||
<p><a href="i:00audible:http://www.audible.com/search?sort=review-rank&advsearchKeywords=">audible:http://www.audible.com/search?sort=review-rank&advsearchKeywords=</a></p>
|
||||
<p><a href="i:00audiobay:http://audiobookbay.nl/?s=">audiobay:http://audiobookbay.nl/?s=</a></p>
|
||||
<p><a href="i:00audiobay:http://audiobookbay.se/?s=">audiobay:http://audiobookbay.se/?s=</a></p>
|
||||
<p><a href="i:00telegramsearcher:https://telegramsearcher.com/search?q=">telegramsearcher:https://telegramsearcher.com/search?q=</a></p>
|
||||
<p><a href="i:00lyzem:https://lyzem.com/search?q=">lyzem:https://lyzem.com/search?q=</a></p>
|
||||
<p><a href="i:00gramxlu:https://gramxly.com/s?q=">gramxlu:https://gramxly.com/s?q=</a></p>
|
||||
<p>language:<br>
|
||||
<a href="i:00OED:https://www.oed.com/LIBRARY?dest=https%3A%2F%2Fwww.oed.com%2Fsearch%3FsearchType%3Ddictionary%26q%3D%s%26_searchBtn%3DSearch&acc_id=65585&library_card=12363257">OED:https://www.oed.com/LIBRARY?dest=https%3A%2F%2Fwww.oed.com%2Fsearch%3FsearchType%3Ddictionary%26q%3D%s%26_searchBtn%3DSearch&acc_id=65585&library_card=12363257</a></p>
|
||||
<p><a href="i:00webster1913:https://www.websters1913.com/words/">webster1913:https://www.websters1913.com/words/</a></p>
|
||||
|
|
|
@ -49,6 +49,8 @@
|
|||
</ul>
|
||||
<p><strong>To show web pages in desktop mode</strong>:<br>
|
||||
PC button + option "wide viewport" + global js "force page resizable".</p>
|
||||
<p><strong>Playing audio when screen off</strong><br>
|
||||
Option "Floating video" + video fullscreen playing</p>
|
||||
<p><strong>Multiple home screens and Next/Prev page</strong>:<br>
|
||||
home5.html, home6.mht(or .html or .search), home7.mht(or .html or .search), ... can be visited via pressing the right arrow button while home4.mht(or .html or .search), home3.mht(or .html or .search) ... with long pressing the left arrow.</p>
|
||||
<p>Click download button on the bottom toolbar to save remote webpage, the resulted offline file can be used as one of the home screens.</p>
|
||||
|
|
11
index.html
11
index.html
|
@ -1,10 +1 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>en/</title>
|
||||
<link rel="canonical" href="en/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=en/">
|
||||
</head>
|
||||
</html>
|
||||
<meta http-equiv="refresh" content="0; url=en/index.html">
|
||||
|
|
Loading…
Reference in a new issue