Ruffle extension failed to work with certain web pages #19758
-
The National Bureau of Statistics of China have a portal to show web pages for data visualization (Chinese: 可视化图表, English: Data Visualization Gallery), all of them require Flash Player, but Ruffle failed to work with them. Even if you turn on “Play Flash content even on sites that disallow Ruffle”, these pages still ask you download Adobe Flash Player from specific site. Chinese: https://data.stats.gov.cn/ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This page redefines the global object Map (https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Map) using some arbitrary definition (https://data.stats.gov.cn/js/common.js), causing issues for Ruffle extension code that relies on Map having the |
Beta Was this translation helpful? Give feedback.
-
This should be fixed if/when #19939 is merged. |
Beta Was this translation helpful? Give feedback.
This should be fixed if/when #19939 is merged.