Check if the browser supports Flash
Check if the browser supports Flash
alesnav
Posts: 19Questions: 5Answers: 1
Hello there!
I just created a pull request containing a little addition to TableTools.
I had several problems with mobiles devices which don't support Flash, because Flash buttons can't be loaded and this way they are shown with an error icon.
By adding a function to check if the browser is able to load Flash content or not, we will be able to transform every Flash button to disabled text buttons when loading them from a not Flash-capable browser.
Pull request: https://github.com/DataTables/TableTools/pull/31
Thanks to albertein for publishing this way to check Flash capabilities. See StackOverflow post: http://stackoverflow.com/questions/998245/how-can-i-detect-if-flash-is-installed-and-if-not-display-a-hidden-div-that-inf
I just created a pull request containing a little addition to TableTools.
I had several problems with mobiles devices which don't support Flash, because Flash buttons can't be loaded and this way they are shown with an error icon.
By adding a function to check if the browser is able to load Flash content or not, we will be able to transform every Flash button to disabled text buttons when loading them from a not Flash-capable browser.
Pull request: https://github.com/DataTables/TableTools/pull/31
Thanks to albertein for publishing this way to check Flash capabilities. See StackOverflow post: http://stackoverflow.com/questions/998245/how-can-i-detect-if-flash-is-installed-and-if-not-display-a-hidden-div-that-inf
This discussion has been closed.
Replies
https://github.com/DataTables/TableTools/pull/32
:)