Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #25017

Re: Detect Browser full screen Or window.opener

From Robert Heller <heller@deepsoft.com>
Organization Deepwoods Software
Subject Re: Detect Browser full screen Or window.opener
References <19Sdne2PPpukczXOnZ2dnUVZ_s2dnZ2d@westnet.com.au> <3687345.YaFcLLBmiy@PointedEars.de> <8tmdnWLSCeRbcjTOnZ2dnUVZ_vSdnZ2d@westnet.com.au> <6979136.jRI9JQfn9L@PointedEars.de> <gOGdnc1SH7NmYjTOnZ2dnUVZ_oydnZ2d@westnet.com.au>
Newsgroups comp.lang.javascript
Message-ID <EJCdnTNcctEXmTfOnZ2dnUVZ_ridnZ2d@giganews.com> (permalink)
Date 2014-06-24 18:06 -0500

Show all headers | View raw


At Wed, 25 Jun 2014 08:44:54 +1000 Andrew Poulos <ap_prog@hotmail.com> wrote:

> 
> 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 think that what Thomas is suggesting is that using *popups* (eg 
window.open()) might not work well on mobile devices.  Either you need to have 
way too much fun with JavaScript and CSS to 'fake' dialogs or you just have to 
live with the *single* open browser window.

> 
> Andrew Poulos
> 
>                                      

-- 
Robert Heller             -- 978-544-6933 / heller@deepsoft.com
Deepwoods Software        -- http://www.deepsoft.com/
()  ascii ribbon campaign -- against html e-mail
/\  www.asciiribbon.org   -- against proprietary attachments


                                                         

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Detect Browser full screen Or window.open Andrew Poulos <ap_prog@hotmail.com> - 2014-06-24 13:16 +1000
  Re: Detect Browser full screen Or window.open "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2014-06-24 10:26 +0200
    Re: Detect Browser full screen Or window.open Andrew Poulos <ap_prog@hotmail.com> - 2014-06-24 18:48 +1000
      Re: Detect Browser full screen Or window.open "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2014-06-24 11:05 +0200
  Detect Browser full screen Or window.opener (was: Detect Browser full screen Or window.open) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-06-24 12:48 +0200
    Re: Detect Browser full screen Or window.opener Andrew Poulos <ap_prog@hotmail.com> - 2014-06-25 07:35 +1000
      Re: Detect Browser full screen Or window.opener Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-06-24 23:45 +0200
        Re: Detect Browser full screen Or window.opener Andrew Poulos <ap_prog@hotmail.com> - 2014-06-25 08:44 +1000
          Re: Detect Browser full screen Or window.opener Robert Heller <heller@deepsoft.com> - 2014-06-24 18:06 -0500
          Re: Detect Browser full screen Or window.opener Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-06-25 08:02 +0200

csiph-web