Help please! How i can integrate offline html5 page in the menu by broswer plugin?

Hi!

I’m working on a application with a lot of images slider (normal gallery) for touch devices.
I tried all the possible ways for have somenthing flexible with left/right swiping and zooming but finally I think that is impossible to do by blueprint.
I usually use the scrollbox with the “set scroll offset”. It works fine on button pressed event, but doesn’t work with touch swipe.

I’m thinking to use an offline html5 page and call this from the “web broswer” plugin in a canvas panel
(I already tested Blui, but I have a lot of problem with it).
If you setup in the details panel the url from your project folder, the page works fine in preview.
But if I build it on ios devices, the page doesn’t find the html in the content folder and crash the app.
This is normal, i mean, because the url will be different after cooking and exporting on device.

My question is: Is possible setup the url to call the local/offline page from the content folder on a device?

Thanks