Bugs in iOS regarding Marker and LineString components

Hi there,

I want to develop an app where you can see different vehicles on the map, but I am facing some bugs on my iOS device. Dear AppInventor Team, please fix the bugs ASAP. Thanks!

BUGS ARE IN THE COMMENTS, BECAUSE I COULDN'T ADD MORE THAN 2 MEDIA FILES HERE.

I would like to know when the build servers will be ready for iOS and when the Navigation component will be published for iOS.

Good work!
@ewpatton

Bug # 1 - Marker's "Image Asset" property doesn't work for SVG files on iOS

I want to use an image for a marker, which doesn't have background. I tried .PNG, but it isn't transparent, it has a white background. Next, I tried an .SVG file, which seemed to be working on Android, but on iOS, it doesn't show up.

Property

image

Android Companion - The SVG is displayed

iOS Companion - The SVG isn't displayed

Viewer - The SVG is displayed

image

Bug # 2 - Marker's Set Location method doesn't work on iOS

I want to develop an easy event: When the user tap on a point on the map, a marker will be there.

Code

Android: Marker is moving (Note that the distance is displayed.)

iOS - Marker is not moving (Note that the distance is displayed too.)

Bug # 3 - Line String's Show InfoBox method is buggy on iOS

The InfoBox is just flashing in.

Code

Android - Everything works great

iOS - The InfoBox is just flashing in