iPhone app on iPad (Or white background fix)

You must Login before you can answer or comment on any questions.

Hello

Is it possible to install the app on an iPad device, but it is installed as an iPhone app instead of iPad? Because the iPad settings are not good yet (the tableviews background is white instead of the striped one).

Or can this background problem be fixed with a workaround? That would be even better!

Thanks!

Tjeu

— asked 2 years ago by Tjeu Vdw
0 Comments

1 Answer

Accepted Answer

Yes, you can choose not to create for iPad when you creare your project in Ti Studio, or if you've already created for iPad, I think you can turn That flag off in the Tiappxml file. You could then choose to run te IPhone app on the ipad simulator. However, if your only concern is th table background, you can change the colors - don't know offhand for the striped one you need.

— answered 2 years ago by Brian Blankenship
answer permalink
5 Comments
  • Yeah, I would like to have the striped one, is there a way to do that? I've been looking for that for a while now!

    And thanks for the help!

    — commented 2 years ago by Tjeu Vdw

  • I knew in iOS this striping appeared for Grouped Tables, so try this Ti property...style:Titanium.UI.iPhone.TableViewStyle.GROUPED which appears in Kitchen Sink for the 'table_view_refresh.js' and seems to do it.

    — commented 2 years ago by Brian Blankenship

  • Yes, I know.. That's what I have used.. But when you run the app on the iPad (as an iPad application) the background will be white. I need to know how that can be fixed :p

    — commented 2 years ago by Tjeu Vdw

  • Show 2 more comments

Your Answer

Think you can help? Login to answer this question!