We still care about isRootViewAttached

You must Login before you can answer or comment on any questions.

I have a navigation group with a mapview as a child view. The right nav button to that mapview launches a modal window when clicked which currently only contains a button that closes the modal window and fires an event which the mapview listens for and does stuff. After I close the modal window two or 3 times it becomes a solid white screen with no interaction. The Ti console says:

[WARN] We still care about isRootViewAttached!!!!!!!

What does this mean?

1 Answer

This is happening because you aren't declaring a root (non-modal) window.

Be sure to have a non-modal window as your root window ALWAYS

Your Answer

Think you can help? Login to answer this question!