Open Flavien-Pensato opened 4 years ago
Hello, I implemented this package a year ago and since I discover that on old Ipad, no redirection button showed.
See my config here:
outdatedBrowserRework({ browserSupport: { 'Chrome': 48, 'Safari': 10, 'Mobile Safari': 10, 'Firefox': 40, 'Opera': 35, 'IE': 11, 'Edge': 10, }, requireChromeOnAndroid: false, isUnknownBrowserOK: true, messages: { fr: require('./i18n/fr/locale.json'), en: require('./i18n/en/locale.json') }, backgroundColor: '#00cc99', textColor: '#ffffff', });
Hello, I implemented this package a year ago and since I discover that on old Ipad, no redirection button showed.
See my config here: