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

Vue snotify doesn't work on iOS Safari 9 and below #88

Open
krstic-duci opened this issue Jun 14, 2019 · 0 comments
Open

Vue snotify doesn't work on iOS Safari 9 and below #88

krstic-duci opened this issue Jun 14, 2019 · 0 comments

Comments

@krstic-duci
Copy link

krstic-duci commented Jun 14, 2019

Dependencies:

  • vue v.2.5.17
  • vue-snotify v.3.2.1

I've been testing an application via Browserstack and vue-snotify doesn't work on mobile devices which has iOS Safari 9 and below. Please refer to the images below.

In my main.js I imported vue-snotify like this:
import Snotify from 'vue-snotify'
import 'vue-snotify/styles/material.css'

Vue.use(Snotify, { toast: { timeout: 3500 } })

ios

I can of course enforce my babel and vue, via vue.config.js to transpile dependencies from node_modules like this:
module.exports = { transpileDependencies: [ 'vue-snotify' ] }

And when I try the same devices again on the Browserstack, the error is show that it cannot find variable Intl.

Anyone had similar issue before?

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