Community Questions & Answers

Unable to generate Mobile Web App

I have an existing Ti app that builds for iOS and Android. I'm trying to now get it to run with Mobile Web, so I checked the Mobile Web box on tiapp.xml, did a project clean, and then tried to do a Mobile Web Preview in Browser (also tried Emulator). It...

Websocket in MobileWeb in Titanium 3.0.x

Is it possible to implement a websocket in MobileWeb? Ti.Network.socket is not supported so I can't use NodeJS implementations. ...and don't tell me to use a WebView, because as of Titanium 3.0 the Titanium object is undefined, so I can't use Ti.fireEvent...

MobileWeb status

Hi, I wonder if anybody from Appcelerator can share their thoughts about mobileweb platform future. I've been experimenting with it for a while and found it to be unusable for anything beyond toy samples. I've created...

Change Index.HTML

ive just installed titanium and the android sdk for development. In my project i have an index.html but its not loading that when i do a build, it keeps loading a 'welcome to titanium' html page which for the life of me i just can't find anywhere to see...

MobileWeb and Pickers...

I was trying to use a date picker in MobileWeb, however, even though the picker renders properly, the values don't seem to be available... (getting errors where the picker doesn't pass the value that is clicked). I imported the latest Kitchen Sink to take...

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',...

HTTP Request Can't reach host

Hi guys, did anyone face a problem whereby your mobile web unable to send request to the server?such as "can't reach host" when u perform a HTTP request to the server/API?

MobileWeb and Firefox/IE

I have been doing some development and testing with MobileWeb 2.1.1GA (and just tested with the latest master branch) and everytime I try to make an ACS call using firefox (on Win 7 or Mac) or IE as my browser, I get the error 'Cannot connect to host'. The...

Safari IOS - Cache Problems - MobileWeb

Hi anyone else having problems when deploying mobileweb apps and the cache not clearing ? . I get javascript executing on my iphone that is not the version I deployed on my web server. Even clearing the browser history and data does not resolve the problem

Mobileweb layout

This code does not render correctly on mobile web, how can I fix it ? ~~~ var win = Ti.UI.createWindow({ title : 'Welcome', // modal : true, backgroundColor : "#c92" }); var label = Ti.UI.createLabel({ text : 'Enter your mobile...

Can't run mobile web app

This is the first time I am trying the "Mobile Web" build option, and admittedly I'm a bit confused. But I set it in my tiapp.xml file (with an app that was previously iPad) and hit "Run in Browser". Safari opens with an error:...

Mobileweb not minifying

Hi, When I do publish->package mobile web my code is not minified. I get *.js and *.uncompressed.js files but they are exactly the same. How do I get my packaged code to be minified? Can this be because I use ISO-Latin characters? Using SDK v2.1.*

Styling MobileWeb Application with jss or css

Hey all, is it already possible to style the generated mobileweb application with css or jss? Haven't found anything useful in Confluence and Jira. Also Q&A gives me no answer. I'm currently using the latest 2.0.0 build of Titanium Mobile. Thank you!

Anyone get ACS to work with MobileWeb?

Put together a simple ACS test program - works on iOS & Android and doesn't work on MobileWeb. The app just freezes on the splash screen in the browser. When I take the `var Cloud = require('ti.cloud');` statement out, the UI part runs on MobileWeb...

force redraw mobile web

Is there any way to force redraw a window in mobileweb? I found that some layout changes, such as changing the height of a view, only takes effect if the browser window is resized. I tried `view.height = value` , `view.setHeight(value)` and...

Showing 1-50 of 60 1 2