Hi!
I have a link which is typically a listview (can be a button too etc) that Kendo Mobile can't render its listview-look. I am querying data which contains the listview-link from the mobile's sqlite (synced from a remote CMS)
Here in an example code:
Best regards,
James
I have a link which is typically a listview (can be a button too etc) that Kendo Mobile can't render its listview-look. I am querying data which contains the listview-link from the mobile's sqlite (synced from a remote CMS)
Here in an example code:
<div data-role="view" id="page-skade" data-title="" data-show="pageShow" data-model="pageViewModel"> <h1 data-bind="text: title"></h1> <p data-bind="html: content"></p> <!-- THIS CONTENT IS QUERIED FROM SQLITE: CONTENT CONTAINS CORRECT FORMATED LISTVIEW LINK -->
</div>Best regards,
James