This is a migrated thread and some comments may be shown as answers.

Navigate to external file from TabStrip view - and show it within the TabStrip

3 Answers 115 Views
TabStrip (Mobile)
This is a migrated thread and some comments may be shown as answers.
Saurabh
Top achievements
Rank 1
Saurabh asked on 02 Apr 2012, 05:23 PM
Can I not navigate to another file from within my tabstrip view? The page load is stuck with ajax loading indicator.

Here is the tabstrip code in default.html
<div data-role="footer">
            <div data-role="tabstrip">
                <a href="#Home" data-icon="home">Home</a>
                <a href="External.html" data-icon="info">Details</a>
            </div>
</div>

here is External.html
<!DOCTYPE html>
<html>
<head>
    <title>External</title>
</head>
<body>
<div id="External" data-role="view" data-title="External" data-layout="mobile-tabstrip">
</div>
</body>
</html>

3 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 03 Apr 2012, 12:52 PM
Hi,

We have discovered a similar problem, but it is only reproducible in PhoneGap or when requesting files from a local filesystem. If this is your case, you can download the latest internal build, which addresses it.

Another known limitation is that remote views do not work in Google Chrome when requesting from a local file system. This is due to ajax restrictions. 

Kind regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Per Lindsø
Top achievements
Rank 2
answered on 18 Oct 2012, 06:34 PM
Has this issue really been fixed? I have the same problem in Phonegap using build 2012.2.913.



Per
0
Petyo
Telerik team
answered on 22 Oct 2012, 03:37 AM
Hello Per,

The issue discussed has been addressed at some point. If you think you are hitting the same problem, I would like to suggest that you open a support ticket with a project that reproduces it - we will do our best to help. 

Regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
TabStrip (Mobile)
Asked by
Saurabh
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Per Lindsø
Top achievements
Rank 2
Share this question
or