I'm new to BrightSign and I have created a presentation as a singel HTML5 element in BrightAuthor that is pointing to a local webpage. The webpage is built as a navigation bar to the left and content on the right side.
My problem is that the navigation between the different pages is very slow. When I click an navigation link to the left, to display another page, the element is first coming into focus and then clicked. This takes almost one second. Sometimes the link element is stuck in focus state.
- I have tested the page with a mouse and get the same slow behaviour
- I have tested to remove css styling without any effect.
- I have tested to run the page in chrome developer tools to emulate the page behaviour when run on a touch device where it works fine since I have added a fastclick script which is supposed to speed up touch interaction.
I'm running a BrightSign HD3 1023 with Firmware HD3 6.2.94
I'm using Twitter Bootstrap for styling.
Any tips?