Is there any way to configure the titanium android such that it won't show runtime error dialog to users?
Asked
Active
Viewed 1,104 times
1 Answers
1
No, there isn't right now. There may be in the future, though. Chime in on this ticket if it's something you still want:

Dawson Toth
- 5,580
- 2
- 22
- 37
-
Also note that in the ticket, I've provided links to the points in Titanium Mobile's source that handle the error dialogs. So you can either a) hack the source for yourself and get around this temporarily, or b) hack the source for everyone and submit a pull request with the proper behavior. "a" is quick. "b" is better. ;) – Dawson Toth Jun 22 '12 at 23:20
-
Thanks Daw! I think I will go for 'a' for now. – coderek Jun 27 '12 at 03:07