Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.swapon.de!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: danca Newsgroups: comp.lang.javascript Subject: Re: window.opener iOS Date: Sat, 31 May 2014 14:45:02 +0200 Organization: A noiseless patient Spider Lines: 20 Message-ID: References: <538870cf$0$6654$9b4e6d93@newsspool3.arcor-online.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sat, 31 May 2014 12:45:03 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="c2786d32535109c58bf4333cec0fe4e6"; logging-data="5890"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+5VvBdN3vq+VZu6O1YJkDO" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: Cancel-Lock: sha1:Gw4WT9uMnSwnCyyHy4egHiFceRU= Xref: csiph.com comp.lang.javascript:24505 Il 31/05/2014 08:25, Andrew Poulos ha scritto: >>> How do I reference the opener with Chrome and iOS? >> >> Most likely you can't, see >> . >> > > The client has a learning management system (LMS) which opens elearning > courses in new windows. The elearning courses report progress, scores... > back to the LMS. If window.open is always null then the LMS and the > courses are worthless (in some situations) to the client. Which means > I'm snookered. > > Is there a way for Chrome on iOS to communicate with other tabs? > > Andrew Poulos > Maybe via sessionStorage? Dan