Using the latest BrightAuthor connected with a XT1143 I cannot get the Query String value of the HTML5 widget to properly work with a Local Site.
Say I want to pass in the value "infoA" these are the scenarios I am getting
"?value=infoA" - HTML5 page loads properly but value is missing from href
"infoA" - Brightsign gets stuck on trying to load "file:///tmp:/interstitial.htmlinfoA"
"#infoA" - HTML5 page loads properly but value is missing from href
"/#/infoA" - Brightsign gets stuck on trying to load "file:///tmp:/interstitial.html/#/infoA"
"/infoA" - Brightsign gets stuck on trying to load "file:///tmp:/interstitial.html/infoA"
Is there a different way you are supposed to be using the Query String value?