appworkshop:materialize-connection-status
Materialize bottom style sheet modal disables input until modal is dismissed on reconnect. Based on modweb:materialize-connection-status.
Check it out
Getting started (and finished)
Add materialize-connection-status to your app:
meteor add appworkshop:materialize-connection-status
Add the Materialize package of your choice, we recommend the official package.
meteor add materialize:materialize
Insert the {{> connectionStatus}}
template into your main layout.
See this example using kadira:flow-router.
1<template name='mainLayout'> 2 {{> header}} 3 <div class='container yield'> 4 {{> Template.dynamic template=content}} 5 </div> 6 {{> footer}} 7 {{> connectionStatus}} 8</template>
Demo
Check out http://liftoff.meteor.com/ and turn off your Internet tubes.