Re: IPAD When i touch a slice, the detail shows and everything stop

20 views
Skip to first unread message

jf ramier

unread,
Oct 23, 2012, 11:40:37 AM10/23/12
to google-visua...@googlegroups.com
After some test I found that the problem was with the window.open
with some search I found the reason and added the following code

myWindow=window.open(link);
if (myWindow == null || typeof(open)=='undefined') {
   alert("Turn off your pop-up blocker!");
}
else {
   myWindow.focus();
}

Reply all
Reply to author
Forward
0 new messages