Difference between revisions of "MediaWiki:Mobile.js"

Jump to navigation Jump to search
no edit summary
Line 3: Line 3:
/* "SmartBanner" dialog box for Android */
/* "SmartBanner" dialog box for Android */
if (navigator.userAgent.toLowerCase().indexOf("android") > -1) {
if (navigator.userAgent.toLowerCase().indexOf("android") > -1) {
if (!$.cookie("smartdBanner")) {
alert('You are using Android')
if (!$.cookie("smartdBanner")) {
alert('Have you already tried Kiwix for Android?')
     if (confirm("Install Kiwix on your device?")) {
     if (confirm("Install Kiwix on your device?")) {
         window.location.href= "market://details?id=org.kiwix.kiwixmobile";
         window.location.href= "market://details?id=org.kiwix.kiwixmobile";

Navigation menu