Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread TButton Problem with IOS-Safari
Sat, May 16 2015 2:53 AMPermanent Link

Doc

I ran into a silly problem with TButtons on IOS-Safari. I'm not sure if this was reported before.
A Button on a Form can only be clicked once. Clicking it again results in a sort of blinking text cursor in the middle of the Button and a complete Button disfunction (see attachment). If I open a modal window with only one close Button I'm not able to use this Button. I can workaround this problem by setting the Button.Enabled or Button.Visible Property to true and false again in the OnClick event.
You can have a look at the problem with your IOS device, I have temporary uploaded a test project here:
www.koronarsport-herne.de/iostest.html
Click on Add 2 several times then do the same with Add 1. Click to open the modal window and try to close it using the close Button.
No problems on Windows or Android



Attachments: IOSTest.jpg
Mon, May 18 2015 3:57 AMPermanent Link

Matthew Jones

Doc wrote:

> I ran into a silly problem with TButtons on IOS-Safari. I'm not sure
> if this was reported before.  A Button on a Form can only be clicked
> once. Clicking it again results in a sort of blinking text cursor in
> the middle of the Button and a complete Button disfunction (see
> attachment). If I open a modal window with only one close Button I'm
> not able to use this Button. I can workaround this problem by setting
> the Button.Enabled or Button.Visible Property to true and false again
> in the OnClick event.  You can have a look at the problem with your
> IOS device, I have temporary uploaded a test project here:
> www.koronarsport-herne.de/iostest.html Click on Add 2 several times
> then do the same with Add 1. Click to open the modal window and try
> to close it using the close Button.  No problems on Windows or Android

I had something similar to this with an EWB v1 application. It appears
that a selection is possible somehow. I'm not sure if it is related to
Safari changes in the latest iOS. I may get time today to see if I can
work something out to pass on to Tim.

--

Matthew Jones
Image