Community Questions & Answers

Creating Single Page Application with Titanium

hi, I am really amazed with the titanium technology, and I have created few mobile apps on iphone and android both. Now I am interested in creating Single Page Application(SPA). So I want to know can we create single Page Application(SPA) using...

What does Platform.id in Mobile Web return?

What does **Platform.id in Mobile Web** return? Its some hash, that seems to be specific to the browser instance? What is that hash exactly? What's the DOM / plain browser javacript which will get to the same hash within a webpage? Knowing the answer will...

Cannot Create Project

Whenever I try to create a new project I get the error Unable to create new project Unable to create new project C:\>node "c:\Users\Richard Fyffe\AppData\Roaming\npm\\node_modules\titanium\bin\titanium" --no-banner --no-colors --no-prompt...

Speed up mobile web.

Hi, I want to increase the performance of my mobile web project. Is there any way/tricks **to speed up the project performance in the browser** ? My app performance gets slow as I have to load lots of components at certain times. I have used 'destroy',...

Mobile Web Problems

Hi everyone, I'm having some problems converting an iOS project to mobile web. From the documentation I've read, it seems like I just have to check the mobile web box in tiapp.xml. When I do that, and then try to preview the project, I get the error...

Http Client Mobile Web

Any one here who have been able to parse or retrieve data from server or cross domain in mobile web? HTTP CLIENT is returning an error of "Can't reach host" every time it runs even using different urls. I am using Titanium SDK 2.1 with windows...

Date picker value.

Hello, I want to get value of date when user selects a date from a date picker. The only function 'change' of picker gets the value when the component is changed but I want the value whenever any date is chosen at that instant. Thank you.

Memory leak - mobile web

I have what has turned into a complex application running in a web browser (Through Titanium mobile web). We have a significant loss of memory when moving through the application and so far, have been unable to pinpoint exactly what we're doing wrong....

Memory issue in browser.

Hi all, I have a **serious memory problem running my app in browser**. My mobile web app running in Chrome browser reaches more than 800 Mb and so forth as I run it, leading to slow performance and will eventually crash. Once the component is used, before...

Mobile Web navigation bar hidden set to true

Hi guys, I have seen alot of my search result that navbarhidden to true works for most of forumers. Actually my native apps(android is yes, hiding the navbar but the problem is it doesnt reflect on mobileweb, mobile web stll occupy some navbar even title...

Map in mobile web

I am using map view in my titanium mobile web app, where the user can access map from multiple places. But the problem which I am facing is, if the user opens a map for the first time, the map comes fine, but if the user tries to open the map for the...

Mobile Web SEO

Hi guys, I'd like to know if there is any SEO built into the generated mobile web code? Or is this something that I'll have to sort of build in manually after generating the files? Thanks!

HTML5 Mobile Web Apps

Hi! I'm looking to showcase some HTML5 based web apps made using Titanium. If anybody can provide an example of an app developed in this way I'd appreciate it! Thanks!

Google Maps with Mobile Web

Hi! I understand that mobile web has GPS functionality working(great!), and I'd like to know if it is possible to integrate Google maps. The application basically needs to give driving directions to stored locations and search stored data by...

Mobile Web app global properties

I want to ask about how can i clear my app properties when i launch my mobile web app again i.e next time after closing last time. I dont know why but it is showing me different username in my login but the information according to that username and id is...

Mobile Web help

I want to know about is there any way to reload the only index.html page in titanium mobile web through code as i want to achieve back button functionality . i.e if i want to provide a button with homepage link which is app.js so its not opening like this...

Using open street maps in Mobile Web

Hello, I'm starting a new project and I am thinking to use Mobile Web platform. It's gonna be a web application that probably gonna used also in iPad. My question: I would like to use open street maps instead of google maps because I need to use...

Mobile Web - JSONP callback

i'm developing an app both for mobile and web and i was looking to use the same "logical" code my first problem was the dialog cross domain Using Titanium.Network.createHTTPClient(); and calling some json url works perfect from mobile. if i...

Mobile Web swipe support?

I have two different projects, one using a single webview and exposing different div elements on swipe, a second that also uses webview but every swipe loads a new html file in the container. Question. When I enable "Mobile Web" and test...

Mobile Web Label not wrapping

I am trying to do the mobile web, but for some reason I am not able to wrap the text inside of a label. by default the API's say it should, I have even tried to force it by adding the property, but it will not wrap: ~~~ var messageLabel =...

Showing 1-50 of 70 1 2