Debugging tooltips

I use Bootstrap’s tooltip feature.  It certainly improves design from the default browser implementation, but it can be a pain to debug because it disappears as the element is inspected.  Forcing the ‘hover’ state does not do the trick either.  As a...

Cannot autoplay on Android

I have a radio app in development.  It works great within a desktop browser.  Unfortunately, it has problems on phones.  The biggest problem on Android is that the music would not autoplay when the page loaded. After debugging, I found that the ‘play’...