Jump to content
View in the app

A better way to browse. Learn more.

Forum Supreme-Elite

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Imaginez... Vous vous connectez sur Korben.info, puis vous dites à haute voix : "Montre-moi les derniers news Linux". Puis "Page suivante", puis "Emmène-moi sur le forum", avant de crier "Écrire un message".

Ce serait sympa de pouvoir naviguer sur un site avec la parole !

Et bien magie des nouvelles technologies, c'est maintenant faisable. Bon uniquement avec Chrome, mais sachez qu'il est possible à tout webmaster d'ajouter la bibliothèque JavaScript Annyang sur son site afin de permettre l'utilisation de commandes vocales.

Annyang pèse moins d'1 Ko et s'utilise comme ceci :

<script type="text/JavaScript" src="
"></script>

<script type="text/JavaScript">

if (annyang) {

// Let's define our first command. First the text we expect, and then the function it should call

var commands = {

'
Montre-moi le rapport
': function() {

$('#tpsreport').animate({bottom: '-100px'});

}

};

// Initialize annyang with our commands

annyang.init(commands);

// Start listening. You can call this here, or attach this call to an event, button, etc.

annyang.start();

}

</script>

Simple non ?

L'internaute devra bien sûr accepter l'utilisation du micro par le navigateur pour que cela fonctionne.

Annyang est distribué sous licence MIT et son code est dispo sur Github. Et pour mieux vous rendre compte du confort que cela procure, allez jouer avec la démo.

http://feeds.feedburner.com/~r/KorbensBlog-UpgradeYourMind/~4/WLaJYbad0d0

Voir l'article complet

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.