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

Microsoft Edge bug?, Television? #19

Closed
ghost opened this issue May 18, 2018 · 4 comments
Closed

Microsoft Edge bug?, Television? #19

ghost opened this issue May 18, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented May 18, 2018

Hi! I'm using the plugin in an Ionic project, everything seems to be working fine.

Works on Android, iOS, browsers like Chrome, Firefox, Safari.

All good, except Microsoft Edge 16.

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299

It crashes when I instantiate the WhichBrowser object.

Debugging in Microsoft Edge debugger, Shows that it crashes in a line (if statement)

here's the internal file: Television.js

/* Generic model information */

  static detectGenericTelevisionModels(ua) {
    let match;
    if ((match = /\(([^,(]+),\s*([^,(]+),\s*(?:[Ww]ired|[Ww]ireless)\)/u.exec(ua))) {               //  <----- IT CRASHES HERE
      const vendorName = Manufacturers.identify(Constants.deviceType.TELEVISION, match[1]);
      const modelName = match[2].trim();

There it is, the if statement.

Is this bug? What am I doing wrong?

@mariotsi
Copy link
Member

mariotsi commented May 21, 2018 via email

@ghost
Copy link
Author

ghost commented May 21, 2018

Oh I see, then I think I have to use the php backend, but my server doesn't support php neither node.

It's firebase, I will find the solution to my problem thanks for the answer.....

@mariotsi
Copy link
Member

mariotsi commented May 21, 2018 via email

@ghost
Copy link
Author

ghost commented May 23, 2018

Thanks for the help! I'll take a look at it.

mariotsi pushed a commit that referenced this issue Feb 6, 2019
…ged-8.1.3

Bump lint-staged from 8.1.1 to 8.1.3
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