locked
Could not return to default page(Main page) RRS feed

  • Question

  • Hi,

    I have created an app(using Split app template) using JavaScript and html

    and I inserted and new html page into my app .

    If once i entered into that new html page after i Could not again come to default page(Opening page of app)

    I gave some buttons with link like following it wont work it shows only the white backround

    <a href="default.html"><button>Return to app</button></a>
    
    or
    
    <a href="items.html"><button>Return to app</button></a>
    
    or 
    
    <a href="split.html"><button>Return to app</button></a>
    
    
    

    If I call default  it gives only white background

    or

    If I call items it gives only white the split items come but did not work 

    HELP ME GUYS 

    Wednesday, November 27, 2013 12:33 PM

Answers

  • You can probably try to add a "Page Control" rather than just a simple HTML page. The Page control will give you an ability of going back to the previous page by having a back button.

    Windows Store Developer Solutions, follow us on Twitter: @WSDevSol|| Want more solutions? See our blog

    Thursday, November 28, 2013 12:03 AM
    Moderator

All replies

  • You can probably try to add a "Page Control" rather than just a simple HTML page. The Page control will give you an ability of going back to the previous page by having a back button.

    Windows Store Developer Solutions, follow us on Twitter: @WSDevSol|| Want more solutions? See our blog

    Thursday, November 28, 2013 12:03 AM
    Moderator
  • page control means ?? could  you please explain in details
    Thursday, November 28, 2013 3:36 AM