Hi there, I need to make a button which opens a pop-up of particular size and place on the screen. I know the code for a standard pop-up is:
button.onPress = function () {
getURL(“http://www.somesite.com”, “_blank”);
};
But how can I pre-determin the dimensions in pixels of the pop-up (say, 400px x 400px) and let it appear in the center of the screen, no matter what size screen the user has? As always - any help MUCH appreciated! Thanks