locked
Could not return to the app(BACK BUTTON PROBLEM) RRS feed

  • Question

  • <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8" />
        <title>pagecontrol</title>
    
        <!-- WinJS references -->
        <link href="//Microsoft.WinJS.1.0/css/ui-dark.css" rel="stylesheet" />
        <script src="//Microsoft.WinJS.1.0/js/base.js"></script>
        <script src="//Microsoft.WinJS.1.0/js/ui.js"></script>
    
        <link href="pagecontrol.css" rel="stylesheet" />
        <script src="pagecontrol.js"></script>
    </head>
    <body>
        <div class="pagecontrol fragment">
            <header aria-label="Header content" role="banner">
                <button class="win-backbutton" aria-label="Back"  type="button"></button>
                <h1 class="titlearea win-type-ellipsis">
                    <span class="pagetitle">Welcome to pagecontrol</span>
                </h1>
            </header>
            <section aria-label="Main content" role="main">
                <p>Content goes here.</p>
            
    
    
                <a href="../items/items.html">../items/items.html</a>
                <a href="../split/split.html">../split/split.html</a>
                <a href="../../default.html">../../default.html</a>
    
    
    
    
            </section>
        </div>
    </body>
    </html>
    

    (Above the code is similar to my problem)

    I have created an app using Split app template..In my app i needed a new page (HTML page)

    Once i enter into that new html page i could not return to the my app .if i call the default ,it gives white background and 

    If i call the items.html or split.html ..the app crashes.

    Please help me to come to the app form that new page

    For more information Download my app "Eye check up"

    which can support only the windows 8.1 

    I submitted that app for windows 8 . my app failed in the certification .

    Please help me use my app and give the solution..

    ONCE I ENTER INTO THE "EYE CHECK UP" PAGE .I COULD NOT RETURN TO THE APP

    PLEASE HELP ME I TRIED A LOT BUT I CANNOT ..

    THANK YOU ..

    Sunday, December 1, 2013 10:06 AM

All replies

  • Hi Thamarai,

    Is there any error message thrown by you Visual Studio while your app crashes?

    I tried your code and it works fine, try to remove the js file from your page to see if it can back to a correct place.

    --James


    <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    MSDN Community Support

    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.

    Monday, December 2, 2013 1:47 AM
    Moderator