SmartClient Version: v13.1p_2025-05-08/Enterprise Deployment (built 2025-05-08)
Hello, I can confirm it's fixed, thank you very much
Announcement
Collapse
No announcement yet.
X
-
This should be fixed back to SC/SGWT 13.0 in the nightly builds dated 2025-05-07 and beyond.
Leave a comment:
-
We have reproduced this in Mac OS Sequoia + iPad Pro 11 Inch (M4) / iOS 17.4 and are looking into a solution.
Leave a comment:
-
Hello, thanks for the heads up, I didn't recall that thread.
I don't see the problem with the test case from that thread.
This case is similar to that previous effect, but this time it requires the test case of post #1 with a Window.
Leave a comment:
-
This is a bit strange - you seem to have previously reported this on iPad, and we made a change and you confirmed it fixed:
https://forums.smartclient.com/forum...ad-pro-problem
Are you saying it's come back?
Note that what's going on is not a Density change in the sense of SmartClient Density (you can confirm that programmatically if you like). Instead, the iPad was erroneously that the content was unshrinkable, so it's basically upping the DPI. That's what we worked around before.
Leave a comment:
-
Hello, these are the iOS devices where I’ve seen the issue:
Originally posted by claudiobosticco View PostHello, this is the actual list of the devices in the XCode simulator where I see the above behaviour:
iPad Air 5th gen iOS 17.4
iPad 10th gen iOS 17.4
iPad Pro 11inch 4th gen iOS 17.4
iPad Air 11inch M2 iOS 17.4
iPad Pro 11inch M4 iOS 17.4
Originally posted by claudiobosticco View PostiPad Pro 12.9"
iPad Air 13" M2
iPad Pro 13" M4
iPad Mini 6th gen
Leave a comment:
-
Ah, ok, thanks - and this remains an issue only on iPad devices?
Leave a comment:
-
Hello, after reviewing the video I realize it's too fast, so I'm trying again and attaching screenshots of:- the initial screen in portrait mode
- the screen after switching to landscape
- the screen after switching back to portrait again
plus a slowed-down GIF.
Basically, after running the code from the first post, the screen shows the initial portrait layout. Then I switch to landscape, and the skin density doesn't change. When I switch back to portrait, the density decreases.
1:
2:
3:
Leave a comment:
-
hi Claudio - it isn't at all clear what that 3 second video is showing - it seems to just flip between horizontal and vertical orientation, as expected, ad infinitum.
You comment says "starting from spacious you end up getting a density equivalent to Dense, but starting from Dense you still get an even smaller font/controls size", but that isn't very clear either.
Can you explain again what the issue is?
Leave a comment:
-
SmartClient Version: v13.1p_2025-04-30/AllModules Development Only (built 2025-04-30)
Hello, this is still happening.
Leave a comment:
-
SmartClient Version: v13.1p_2025-01-13/Enterprise Deployment (built 2025-01-13)
Hello, this is still happening and it seems to be independent of both the skin used and the starting density, that is, starting from spacious you end up getting a density equivalent to Dense, but starting from Dense you still get an even smaller font/controls size
Leave a comment:
-
Hello, this is the actual list of the devices in the XCode simulator where I see the above behaviour:
iPad Air 5th gen iOS 17.4
iPad 10th gen iOS 17.4
iPad Pro 11inch 4th gen iOS 17.4
iPad Air 11inch M2 iOS 17.4
iPad Pro 11inch M4 iOS 17.4
The problem may be dependent upon the screen resolution, as it doesn't happen using:
iPad Pro 12.9"
iPad Air 13" M2
iPad Pro 13" M4
iPad Mini 6th gen
right now I don't have access to the physical device where I've noticed this behaviour in the first place, so I'm not sure 100% what model it is, but I think it's an iPad Pro 11" 2nd generation, iPadOS 17.4.1.
Leave a comment:
-
skin density change when switching orientation
SmartClient Version: v13.1p_2024-12-20/AllModules Development Only (built 2024-12-20)
Safari on iPad Air XCode simulator
Tested with Shiva skin, spacious density.
Hello, please run this test case in the showcase, while in portrait orientation, run it in the browser console or developer console, not in the showcase sourceEditor:
Code:isc.Window.create({ title: "foo", autoSize: true, autoCenter: true, bodyProperties: { defaultLayoutAlign: "center", membersMargin: 14, layoutLeftMargin: 20, layoutRightMargin: 20, layoutTopMargin: 20, layoutBottomMargin: 20 }, items: [ isc.DynamicForm.create({ colWidths: [120, "*"], width: 450, cellPadding: 10, fields: [ { name: "aField", title: "foo bar" } ] }) ] }).show()
https://youtube.com/shorts/6OI_yJw3sBk?feature=shareTags: None
Leave a comment: