Hello,
I have a problem. In dreamweaver I created a website with multiple "div's".
In these "div's" I will import Adobe Edge OAM animations.
The object tags are the Edge animations.
Looks like this:
<div id="page_p1" class="page">
<object id="EdgeID" type="text/html" width="860" height="565" data-dw-widget="Edge" data="edgeanimate_assets/Beeldscherm-animatie-desktop-test-new/Assets /Beeldscherm-animatie-desktop.html">
</object>
</div>
<div id="page_p2" class="page">
<object id="EdgeID2" type="text/html" width="860" height="565" data-dw-widget="Edge" data="edgeanimate_assets/Beeldscherm-animatie-desktop-test-new/Assets /Beeldscherm-animatie-desktop.html">
</object>
</div>
Now I would like to have that the 'div's' can be swiped horizontal between each other on a tablet.
The class "Page" has a function that it is possible to swipe between the 'div's'.
But when I put the Edge OAM file in it. The Edge file can't be swipable to the other page (div).
When I delete the Edge file, I can swipe between the pages.
Can anyone help me, so if I swipe over the Edge file it also swipe to the other div.
There is a function in Edge with swipeleft and swiperight. But how can I control that in Dreamweaver.
I hope that you understand me what I mean and have the solution for me.
Thank you in advance