WEB PAGE

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

Hello,

I'm new with Titanium. I want to create webpage for Iphone and Android. May I use Titanium for mobile ?

tx,

3 Answers

You can VIEW the pages with Titanium, but you have to create them and put them on a server somewhere.

Marc

Actually, I just posted some guidelines for a user to help him improve his Titanium code. It included Titanium.Platform.openURL('http://www.example.com'); which opens a webpage in the mobile device's default browser. Take a look at it here, and search for Titanium.Platform.openURL, and hopefully you can see how easy it is.

Cheers

— answered 2 years ago by Paul Dowsett
answer permalink
3 Comments
  • To create a website, you need to write some HTML pages and put them on a web server. See here for a tutorial.

    The only software you need is a simple text editor, although an HTML editor like Dreamweaver or one of the many free ones helps.

    — commented 2 years ago by Paul Dowsett

  • Titanium is only for building native Apps ?

    — commented 2 years ago by Marc Van Kerckhove

  • Your users will have a much better experience if you code your application using native controls, yes.

    — commented 2 years ago by Paul Dowsett

Your Answer

Think you can help? Login to answer this question!