gonadn
Posts: 0
Joined: Wed Apr 03, 2013 11:03 pm

How to seperate pages wrapped into one single .html file when uploading PhoneGap project from Tiggzi...

Hi

When i upload project from tiggzi, all my pages are wrapped into one single html file, and i want to seperate them. So each page have there own .html file. I have tried litle in VS, but the problom is broken links of listsview and buttons. navigation is not working when i seperate pages, and how can i change navigation onClick event to navigate to a .html file in www root? See my script below:

Code: Select all

 $('#j_99 [name="nyheterlistitem1_41"]').die().live({ 
         click: function() { 
             if (!$(this).attr('disabled')) { 
                 Tiggr.navigateTo('Views/test.html', { 
                     transition: 'flip', 
                     reverse: false 
                 }); 
             } 
         }, 
     });
Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

How to seperate pages wrapped into one single .html file when uploading PhoneGap project from Tiggzi...

Hi

In "App settings " , tab "General" , remove checkbox from "Render all pages in one ... ". It should help.

Return to “Issues”