Titanium Mobile: cant navigate between pages
问题 i am new to Titanium and i am have 2 seemingly simple problems while trying to use it for the Android. 1) i am trying to navigate to the next page on click of a button. but instead it is showing me a blank black screen. i know my second page CreateNewMeetup.js is correct because i tried displaying it as the landing page of my app and it works. my codes are as follows:- ApplicationWindow.js ... var button = Ti.UI.createButton({ height:44, width:'auto', title:'Create New Meetup', top:20 });