Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Thomas 'PointedEars' Lahn Newsgroups: comp.lang.javascript Subject: Re: Detect Browser full screen Or window.opener Date: Wed, 25 Jun 2014 08:02:39 +0200 Organization: PointedEars Software (PES) Lines: 31 Message-ID: <3004281.O6oq9TNkuC@PointedEars.de> References: <19Sdne2PPpukczXOnZ2dnUVZ_s2dnZ2d@westnet.com.au> <3687345.YaFcLLBmiy@PointedEars.de> <8tmdnWLSCeRbcjTOnZ2dnUVZ_vSdnZ2d@westnet.com.au> <6979136.jRI9JQfn9L@PointedEars.de> Reply-To: Thomas 'PointedEars' Lahn Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: solani.org 1403676161 31640 eJwFwYkNwEAIA7CV+ALHOBFV9h+hNrK9b6rRBUF7GTReU+ZhGNW3Qd5bjuPFhMqSzUhd6gcYjBDt (25 Jun 2014 06:02:41 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Wed, 25 Jun 2014 06:02:41 +0000 (UTC) User-Agent: KNode/4.12.4 X-User-ID: eJwVyskRwDAIBLCWOJbD5QDG/ZeQid4ydfYJuDns2TvogRQz5EEmYrOJqEizLxy7ey5H6bRy3UxJygpew9/wAURRFOA= Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEXTxa4RFk5dUWANED8PFEfy7+MGBiW+n3ZNF/QuAAACaElEQVQ4jVXUwVOcMBQG8Dc7Rc4PUntdWV2uxjDpGaGeozOp1woar4jd5t/v9wLstMwsA/ntlxdCAgUc1hjTc9/JCZfGoo3wG3HdmdAWrIJRHe7GM/TmpY5VFefuVcAkkPbLIaN8rmPmjloyZxgyR3GuJ4K0AGtJ2htz8o7yqikm759fldQXaMpbDzjKAG+8v+AugVTOPO5DOjLvGtUYQwh0CPjnVMyGd+8/GfUB5nLKJDD2aLDh5HYyMDJGDwQIo2ZmZcKbowNmAdB/AzyFhrmF2MHRb0QJJfaAnwGB6orZhoykLzJtGwF/xpYxI1dswomiUj3gTuAIqCn/4C7cULwGNBtwMTk3Y4LfKB5YUaOKBKYtpplm7u0vip8tU1NWWyI/7XdcSuIDoMt6rVHMWT0DbjHPGqDqZVSa6zleLcUTcIKLoMv3ueJluALtAo9B302zPPlrtiVScRdCjXvVh3e3JpYa/jjkuC9N+LrBMlz/eAN4eQijX2EdLo6c5tGGHwLyHFtXk89dDGHwCVhG9T0S/j55AhRZgkMCmUQXJ49TnS1wnQDvw0eAh9ICeMmEFbCnPMFzjAvsWoEWEFdYEx+S0MoUZ1gT1wId8+AF3Bl2OoEu906AUHx5VLw/gXYg/x84loOah/2UYNrgiwSwGO7RfUzVBbx/kgpckumGOi6QirtD6gkLTitbnxNol47S2jVc2vsN5kPqaAHT8uUdAJM4v/DanjYOwmUjWznGfwB7sGtAtor5BgofDuzaRj4kSQAqDakTsKORa3Q3xKi3gE1fhl71KRMqrdZ2AWNNg/YOhQyrVBnb+i+nEg4bsDA+egAAAABJRU5ErkJggg== X-Face: %i>XG-yXR'\"2P/C_aO%~;2o~?g0pPKmbOw^=NT`tprDEf++D.m7"}HW6.#=U:?2GGctkL,f89@H46O$ASoW&?s}.k+&. On 25/06/2014 7:45 AM, Thomas 'PointedEars' Lahn wrote: >> Andrew Poulos wrote: >>> On 24/06/2014 8:48 PM, Thomas 'PointedEars' Lahn wrote: >>>> Andrew Poulos wrote: >>>>> My problem now is, how can I reliably tell either if [window.opener] >>>>> will not "work" or if the browser is always full screen? >>>> You cannot. Especially on mobile devices, you need to abandon the idea >>>> that windows/frames would be viable/the only ways of the presentation >>>> of related content in a Web application. >>> I cannot install an app on individual devices and the elearning lesson >>> will be in the cloud so besides standalone apps, how else could a web >>> application be presented on mobile devices if not in a browser? >> I have not said that you need to abandon the idea of a Web browser. > > I'm at a loss. How else would you propose that content could be > presented in a browser without using windows/frames? I do not know the specifics of your application, but in general you can display other block-level elements on top of the current document instead. Their (related) content can be generated (partially) from the response to an HTTP request made with XHR. Look into DOM2+, HTML5, CSS2+, and REST. -- PointedEars FAQ: | SVN: Twitter: @PointedEars2 | ES Matrix: Please do not Cc: me. / Bitte keine Kopien per E-Mail.