-
Notifications
You must be signed in to change notification settings - Fork 14
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
Getting different results from different browsers on same machine #1
Comments
Increasing the fontsize to 201 seemed to resolve the issue for me. |
I had to switch it to use span and inline CSS though as well to make it work
|
Hi Matt,
Thank you so much!
The supported language detection problem has been a problem for a long time for me.
At first we tried to use canvas. That works fine. But by this method, we can only use server part to deal with the canvas pictures.
I what to change the detection to JS part. So new bugs come.
I have updated some fixes for the language detection in Windows Chrome, which works for some of them but not all of them.
The cross browser project is also using this repo.
If you have any suggestion, fell free to submit any pull request. I will merge it into the repo.
Thank you again!
… On Mar 3, 2017, at 6:54 AM, Matt Brailsford ***@***.***> wrote:
I had to switch it to use span and inline CSS though as well to make it work
"<span style = 'font-family:" + this.fontFace + "; font-size:" + this.fontSize + "px;'>&#" + c + "</span>";
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#1 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFHsQSEINH0K3hMg_QGcEfSRNVSRv85gks5rh_9hgaJpZM4MSHE6>.
|
Using canvas, the results are also different in different browsers. @Song-Li FYI: |
@jerrypy Very interesting. If so, Safari may have its own writing scripts. I'll check this problem. Do you have any suggestions? |
Running in Chrome and Firefox on Windows 10, I'm getting a different results across different browsers. Specifically, on Chrome "Sundanese" is detected, but in Firefox it's not.
The text was updated successfully, but these errors were encountered: