- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
All <ul></ul> tags would be removed after I added a new page and saved under design mode,
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Are you still experiencing this issue?
- What version of the XDK are you using?
- What steps do you follow to get this result?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1.yes I still experiencing this issue
2.1912
3. original code
<p class="center" id="article_list_panel_loading" style="padding-top:40px;"> <img src="./images/loading.gif"> </p> <ul class="list widget uib_w_1 d-margins" data-uib="app_framework/listview" data-ver="1" id="portalArticleList"> </ul> <p><a class="button block" id="articleListButton" onclick="articleListmore();" style="display:none">more</a> </p>
after I add a new page or modify an exist page under design mode ,the code becomes like this, all <ul></ul> tags gone
<p class="center" id="article_list_panel_loading" style="padding-top:40px;"> <img src="./images/loading.gif"> </p> <p><a class="button block" id="articleListButton" onclick="articleListmore();" style="display:none">more</a> </p> </div>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A new issue , all pages gone ,it worked fine on former version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
in the case of the original issue, for some frameworks (App Framework and JQM, maybe others) if you make a listview and then remove all the individual list items, the view itself will be removed when re-opened in App Designer. That's why your empty <ul> gets taken away. The workaround is to remove the data-uib attribute from the <ul>. That'll make it so that App Designer will leave it alone.
As to the missing pages, I'm not sure. Make sure your document is well formed. If you can't figure it out, .zip up and post your project and maybe we can spot the issue.
Are you using source control (like Git) ? This is an extremely important part of professional software development. If you don't use source control, then the current version of your file is all you've got. So if a mistake occurs, like now, you have no recourse but to figure it out. But if you had source control, you could simply go backwards to the last working version and re-resume.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you so much , it helps ,this is my QR code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By the way I meationed former version means XDK version not mine, after I upgrade XDK to the latest version ,my pages gone

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page