Category: Titanium Mobile
-
OnScroll event issues on mobile browsers
OnScroll event issues on mobile browsers – http://pulse.me/s/mCNEP
-
Javascript Tips
Javascript Tips – http://pulse.me/s/mCgFY
-
Titanium Studio: package org.appcelerator.titanium does not exist
After updating to the latest 2.0.1 version of Titanium Studio, i got this error while trying to deploy my applications: package org.appcelerator.titanium does not exist import org.appcelerator.titanium.TiStylesheet; Followed by a bunch of other errors related to missing Titanium libraries. And in the end, that’s just what it was. For some reason, Titanium Studio had set…
-
Titanium Mobile: java.net.UnknownHostException error when using the AVD emulator
Doing some local development with Titanium and I noticed that when using the xhr object to hit my localhost server (idxdot.dev), and testing using the emulator, I got this error: (TiHttpClient-1) [7,236164] HTTP Error (java.net.UnknownHostException): idxdot.dev E/TiHttpClient( 417): java.net.UnknownHostException: idxdot.dev E/TiHttpClient( 417): at java.net.InetAddress.lookupHostByName(InetAddress.java:513) E/TiHttpClient( 417): at java.net.InetAddress.getAllByNameImpl(InetAddress.java:278) E/TiHttpClient( 417): at java.net.InetAddress.getAllByName(InetAddress.java:242) E/TiHttpClient( 417): at…