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
here is External.html
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>