Re: Detect and warn of poor internet connection

2016-05-16 Thread Felix Gonschorek
Hi Geoff, the application we are using Offline.js with is still running on Tapestry 5.3 and it has a "special" mix of Tapestry Backend and Angular JS Mobile Frontend. I am not sure if i can help you with the specifics to get Offline.js working with requireJs / Tapestry 5.4. I remember faintly we i

Re: Detect and warn of poor internet connection

2016-05-16 Thread JumpStart
Hi Felix, Offline.js is looking really promising - it does the connection detection well - but I’m finding that it often leaves out the UI - it often doesn’t render the div that has class “offline-ui". I’m using T5.4, and offline is being loaded by RequireJS because I've shimmed it in AppModu

Re: Detect and warn of poor internet connection

2016-05-06 Thread JumpStart
Thank you Felix. I will look into that. > On 3 May 2016, at 5:43 PM, Felix Gonschorek wrote: > > HI Geoff, > > we successfuly used Offline ( https://github.com/hubspot/offline ) to > support that in our apps. > > Cheers > Felix > > 2016-05-03 10:52 GMT+02:00 JumpStart : > >> Has anyone tried

Re: Detect and warn of poor internet connection

2016-05-03 Thread Felix Gonschorek
HI Geoff, we successfuly used Offline ( https://github.com/hubspot/offline ) to support that in our apps. Cheers Felix 2016-05-03 10:52 GMT+02:00 JumpStart : > Has anyone tried modifying Tapestry’s client-side portion to detect a poor > internet connection and, perhaps, pop up a dialog? I need

Detect and warn of poor internet connection

2016-05-03 Thread JumpStart
Has anyone tried modifying Tapestry’s client-side portion to detect a poor internet connection and, perhaps, pop up a dialog? I need it for a Tapestry app that’s used on mobile devices. I’m thinking that when there’s a page request or component event request, the javascript could send a “ping”