Hello everyone,
Apple has approved the release of MIT App Inventor for iOS version 2.64. This release is primarily a bugfix release that addresses the following items:
- Fix an issue where Player would not produce audio when phones were in silent mode
- Fix an issue where Map features would not show title and description information
- Fix an issue where setting the Canvas background to None would show a white background instead
- Fix an issue where floating point values without a leading zero were parsed as symbols instead of numbers
- Fix an issue where ImageSprites moved in a delayed fashion
- Fix an issue where the Slider component did not respect the minimum value
- Add the ability to use localhost URLs in the WebViewer
- Implement Dictionary support for iOS
- Make the screen stay on while editing your project
- Fix an issue where a misspelling caused certain list blocks to not work correctly
- Make the Button LongClick event fire after 500 ms rather than when the button is released
- Add missing functionality related to parsing JSON and XML using dictionaries to the Web component
- Fix an issue where WebViewString is not set when a webpage initially loads
- Implement the missing join with separator and string reverse blocks
- Fix a bug where JavaScript prompts were not displayed
- Fix an issue where the YandexTranslate component would report a missing API key
- Add support for dropdown blocks, which is a feature of nb187
- Fix a bug where multiple calls to TextToSpeech would overlap
- Fix issues related to numbers not formatting correctly when converted to text
- Fix an issue where non-text values were converted to text when stored in globals
- Fix an issue where view constraints were not set up properly when Screen1.Initialize is invoked
- Fix an issue where URL parameters are not encoded properly
- Fix some issues related to JSON parsing in the Web component
- Fix an issue where the random number generator was not initialized on startup, always resulting in the same "random" sequence
- Fix an issue with drawing shapes on the Canvas
- Fix an issue related to dragging sprites on the Canvas
- Implement a missing function (yail/format) that caused some error messages to not appear
- Fix an issue where certain return values were not converted into lists
- Fix an issue where JSON parsing would not return dictionaries even if it were requested
- Fix an issue where CloudDB's GotValue event would not fire when a value had been retrieved
- Fix an issue where CloudDB tokens would not work when prepended with %
- Add support for security changes in Chrome 98+
- Fix degrees->radians and reverse function
- Fix bug related to clearing Map's Features property
- Add touch up event after a long click
- Add the legacy connection pop-up functionality for HTTPS support
- Add a notification when rotating the device
- Implement numbers-only for password textbox
- Fix label font size keeps changing when HTMLFormat set to True
- Use HTTPS for rendezvous
- Fix LongClick no longer firing for Marker component
- Implement the Navigation component for iOS
- Fix LineString not appearing when setting the Points property
- Fix issue with resetting counters after using Fill Parent
The release is rolling out over the next 7 days to iOS users. Please let us know if you encounter any issues so that we can add them to our bug tracker.
Cheers,
Evan W. Patton, Ph.D.
On behalf of the MIT App Inventor team