Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #24505
| From | danca <cyberdanny@tiscalinet.it> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | Re: window.opener iOS |
| Date | 2014-05-31 14:45 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <lmcisf$5o2$1@dont-email.me> (permalink) |
| References | <LPWdnV4eLbjDQxrOnZ2dnUVZ_jadnZ2d@westnet.com.au> <538870cf$0$6654$9b4e6d93@newsspool3.arcor-online.net> <GPCdnRbgoNb_6xTOnZ2dnUVZ_uudnZ2d@westnet.com.au> |
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 >> <http://stackoverflow.com/questions/14637937/window-opener-not-set-in-ios-chrome>. >> > > 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
Back to comp.lang.javascript | Previous | Next — Previous in thread | Find similar | Unroll thread
window.opener iOS Andrew Poulos <ap_prog@hotmail.com> - 2014-05-30 11:24 +1000
Re: window.opener iOS Christoph Michael Becker <cmbecker69@arcor.de> - 2014-05-30 13:51 +0200
Re: window.opener iOS Andrew Poulos <ap_prog@hotmail.com> - 2014-05-31 16:25 +1000
Re: window.opener iOS danca <cyberdanny@tiscalinet.it> - 2014-05-31 14:45 +0200
csiph-web