Hello,
I think this clock sentence is not running well in iOS (on Android the same sentence is going well):
The instant of a date with format MM/DD/YYYY HH:MM:SS not returns a instant as you can see in the attached image.
Ferran
Hello,
I think this clock sentence is not running well in iOS (on Android the same sentence is going well):
Here the report issue on iOS with english version.
Actually, I think the issue is not with the first block but the second block. On iOS, Instants are represented internally using NSDate, which when serialized as a string serializes in the ISO-9601 format. The second argument shows as *nothing*
, so for some reason the second call in your code isn't returning an Instant object.
Hello @ewpatton
The full block with "do it" is this:
I have other test.
The problem is the same without teh join string. This is the result:
Hello @ewpatton,
This clock-timing problem happens in more different blocks:
Preformatted text
For example in this other timing block happens the same. In this case is on the first block where I have the "MakeInstant".
In this block of the "MakeInstant" the "Do it" does not run or show nothing.
Regards
Ferran
@Anke,
Are you testing in iOS or Android?
My issues are in iOS platform. On Android the related blocks are running well.
Yes, iPhone 6s, iOS 15.0.2
Yes, but on iOS
as shown in this block:
Uahhh¡¡ In Android the block runs well with HH:mm but on iOS not.
Yes, that has been said often enough now.
Apparently iOS is more sensitive to the prescribed format.
@ewpatton will be able to tell us more about that.
iOS is just a newly added platform to test apps. It was adapted just a few months ago, but Android is used since App Inventor was created, so Android should work well than iOS. You can PM @ewpatton if you want to report bugs to him.
Even in my Iphone v iOS 14.8.1 not runs your block:
The "Do it" does not show anything.
Will be not easy to calculate times between to dates in theses conditions.
Regards
Both examples work of course with Android and iOS.