Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No link button on old Ipad #99

Open
Flavien-Pensato opened this issue Mar 12, 2020 · 0 comments
Open

No link button on old Ipad #99

Flavien-Pensato opened this issue Mar 12, 2020 · 0 comments

Comments

@Flavien-Pensato
Copy link

Hello, I implemented this package a year ago and since I discover that on old Ipad, no redirection button showed.

Screenshot 2020-03-12 at 10 46 18

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',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant