When we include this query parameter, the plugin is not loading, but the app is downloaded as a file instead.
I saw in the plugin code in patcher.js that if the url includes many known media extensions, the plugin is bypassed. Was this intended to be for query parameters also? Or just for the pathname part of the url?
With our hbbtv app, we include urlencoded paths to images in the query parameters.
http://example.com?startImageURL=http%3A%2F%2Fhbbtv-video.example.de%2FSpot-Exchange%2FStartTile.jpg
When we include this query parameter, the plugin is not loading, but the app is downloaded as a file instead.
I saw in the plugin code in patcher.js that if the url includes many known media extensions, the plugin is bypassed. Was this intended to be for query parameters also? Or just for the pathname part of the url?