RE: correct iphoneSafeAreaInsets in iPad simulator?

2022-11-30 Thread Ralph DiMola via use-livecode
I did not have any problems on iPad Pro (11-inch) (3rd generation) simulator using iphoneSafeAreaInsets(). One thing I did notice that when you change rotation the resizestack handler is not firing. However it does work as expected on the device. LC or simulator bug? Other than that, I have

RE: correct iphoneSafeAreaInsets in iPad simulator?

2022-11-30 Thread Ralph DiMola via use-livecode
Klaus, I see what you mean. I had my resizing SW using a table that I just kept adding to as new models were released. I gave up on that after the iPhone 14 pro was released. I now use iphoneSafeAreaInsets(). It seems to work OK. I will do some testing of one of my apps on the iPad Pro

correct iphoneSafeAreaInsets in iPad simulator?

2022-11-30 Thread Klaus major-k via use-livecode
Sorry, here the link that does not automatically compresses an downloads the two images -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@major-k.de

Re: correct iphoneSafeAreaInsets in iPad simulator?

2022-11-30 Thread Klaus major-k via use-livecode
Additional info: I resize the stack to proportionally to the devices screen dimensions. And that works fine on all tested iPhone simulators. These differences are only on these two iPad simualtors. > Am 30.11.2022 um 19:59 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > here two

correct iphoneSafeAreaInsets in iPad simulator?

2022-11-30 Thread Klaus major-k via use-livecode
Hi friends, here two screenshots from my app in the Apple iPad simulator: Same app***, same scripting, same "resizestack" handler taking iphoneSafeAreaInsets() into account and reposition objects accordingly. ***Only