Im using the drawer to display a dynamic number of remote views. A PHP page is used to display the views:
data-views="['drawer-home', 'drawer-settings', 'item.php?id=1', 'item.php?id=2', 'item.php?id=3' ]
Loading the first view with Item 1 works fine, but then when switching to Item 2 the framework seems to think that it is the same page and displays the Item 1 view again.
How can I fix this?
And a second question, is it possible to force and update of a remote view? (Reload)
data-views="['drawer-home', 'drawer-settings', 'item.php?id=1', 'item.php?id=2', 'item.php?id=3' ]
Loading the first view with Item 1 works fine, but then when switching to Item 2 the framework seems to think that it is the same page and displays the Item 1 view again.
How can I fix this?
And a second question, is it possible to force and update of a remote view? (Reload)