Re: The Notch

2019-01-29 Thread J. Landman Gay via use-livecode
Thanks, that sounds like what the default Android setup does too. So if I understand it right, the screenrect returns the available area of the screen below the notch, and I assume that fullscreenMode adapts to only that area as well. My current project won't be supporting a landscape l

RE: The Notch

2019-01-29 Thread Ralph DiMola via use-livecode
For iOS it returns the rect of the largest rectangle on the screen in any of 3 orientations (iPhone X does not allow portrait upside down). An iPhone X not only has the notch but rounded corners and the "swipe up home deal" area that's always at the bottom and must remain visible

Re: The Notch

2019-01-29 Thread Bob Sneidar via use-livecode
Say what you will about Steve Jobs (most people do) but I do not think he would have allowed this notched design. Bob S > On Jan 29, 2019, at 15:42 , J. Landman Gay via use-livecode > wrote: > >> OK - granted I had to look up what a Notch is... I'm sure someone thought it >> was a good ide

Re: The Notch

2019-01-29 Thread J. Landman Gay via use-livecode
On 1/29/19 3:59 PM, Mark Wieder via use-livecode wrote: On 1/29/19 1:37 PM, Richard Gaskin via use-livecode wrote: J. Landman Gay wrote:  > I don't have an Android or iPhone with a notch. How do we deal with  > positioning for those? Anything I need to know? Here's the recipe I followed: 1. Pl

Re: The Notch

2019-01-29 Thread J. Landman Gay via use-livecode
y, with no flags set, places the app window fully under the notch and blacks out the areas at the sides. How does this affect the card size? Does it get shorter? Or crop? Or scale to the smaller area as though the phone had a different aspect ratio, resulting in pillarboxing? Android has flags

RE: The Notch

2019-01-29 Thread Ralph DiMola via use-livecode
mplementation of an OS API hook or a new Android manifest "Notch" key to keep the app out of the notch(or both). Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com]

Re: The Notch

2019-01-29 Thread Mark Wieder via use-livecode
On 1/29/19 1:37 PM, Richard Gaskin via use-livecode wrote: J. Landman Gay wrote: > I don't have an Android or iPhone with a notch. How do we deal with > positioning for those? Anything I need to know? Here's the recipe I followed: 1. Place the phone in a durable bag. 2. Hammer it for 15 minu

Re: The Notch

2019-01-29 Thread Bob Sneidar via use-livecode
They sent the phone back with a note that I had voided the warranty, for some reason. ;-) Bob S > On Jan 29, 2019, at 13:37 , Richard Gaskin via use-livecode > wrote: > > J. Landman Gay wrote: > > I don't have an Android or iPhone with a notch. How do we deal with > > positioning for those?

Re: The Notch

2019-01-29 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > I don't have an Android or iPhone with a notch. How do we deal with > positioning for those? Anything I need to know? Here's the recipe I followed: 1. Place the phone in a durable bag. 2. Hammer it for 15 minutes or until the frustration with arbitrary design distinctio

The Notch

2019-01-29 Thread J. Landman Gay via use-livecode
I don't have an Android or iPhone with a notch. How do we deal with positioning for those? Anything I need to know? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___