I have a modelview made with this code:
<div data-role="modalview" id="windowPopup" data-modal="false" data-close="closeFunction">
<ul data-role="listview" data-style="inset" data-type="group">
<li>
.....
</li>
</ul>
</div>
The function closeFunction () is never started.
This is because data-modal false? Is there a solution?
I've tried using the data event-open and it works well.
I tried with 2014.1 318 and 2013 versions.
<div data-role="modalview" id="windowPopup" data-modal="false" data-close="closeFunction">
<ul data-role="listview" data-style="inset" data-type="group">
<li>
.....
</li>
</ul>
</div>
The function closeFunction () is never started.
This is because data-modal false? Is there a solution?
I've tried using the data event-open and it works well.
I tried with 2014.1 318 and 2013 versions.