The main Canvas of our app consists of an HTML flow header with a TabSet beneath it. When the app is first loaded there are no tabs in the tab set. We show a login dialog. Once the user logs in we add tabs to the tab set. All works fine in a standard browser, but on the iPad the header shows up, the login window works fine, but then none of the tabs show up.
I've enabled the javascript console on the iPad and it shows "no errors". What else can I check?
I've enabled the javascript console on the iPad and it shows "no errors". What else can I check?
Comment