Android - Cannot close popup window following a openUrl call.

Android - Cannot close popup window following a openUrl call.

Code:

// grab cstomer name and create list for current customer's old log popup

CustName = Input_form [ID == input.Customer].Customer_Name;
openUrl("#View:Popup_Logs?Customer=" + CustName,"popup window");

Problem.

Using the Android App - when the Customer popup window appears there is no way to cancel it. 

The iPhone app has a cancel button to continue on to the main form. 


Any suggestions?

Thanks,