2022-03-11 03:44 PM
2022-03-14 03:02 AM
Hello JNguy.5,
Sorry but I don't understand your question, can you be more specific please ? Do you mean that your custom container's contents are not visible ? What are the changes on your modal ?
/Osman
2022-03-14 08:31 AM
Hi, after calling MyModalWindow.show() the contents are not displayed. the ModalWindow is set to NOT visible until a screen tap has occured, im wondering why I cant see MyModalWindow contents
2022-03-14 08:34 AM
Hi sorry, Im trying to make a ModalWindow visible after a screen tap. After calling the function MyModalWindow.show() the contents within that custom window does not display. Ive debugged it and verified the function is called.