This is a blocker for us. Adding extra space to the contentRect doesn't work, Swami tested it on a real iPhone 10 and it shows the same issues as the simulator.

If anyone has a workaround I need it real soon now. Meanwhile I'll put in a bug report.


On 11/30/19 8:46 PM, Sannyasin Brahmanathaswami via use-livecode wrote:
Ditto that here. I still have you with handler.

Ralph said he was added 20 the rect, so I did this.

put ("0,0," & (the formattedwidth of control pName) & "," & \

the formattedheight of control pName + 20) into tRect
But on iPhone X increasing by a generic "20" in not enough.

I don't think users will mind if there "blank" space at end of the scroll.
It  going to be pain to work out a fast, accurate, algorithm--fonts and line spacing 
being "all over the place."

So I'll try "50" as see what happens.


the formattedheight of control pName + 50) into tRect
BR

But in iPhone X the last one or two lines are
cut off so you can't scroll to the bottom of the text.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to