Skip to content

Android: MapView.Callout - seems to be clickable with touch feedback #322

@jeveloper

Description

@jeveloper

using 0.6.0

It appears that only in android, custom callout content will be clickable. So its impossible to add things like switch or element.

Anyone know a way to around this?

Thanks

<MapView.Callout tooltip={true} flat={true}>
              <View>
              <Switch onTintColor='#a4cf5f'/>

                <Text style={{ color: '#fff' }}>This is a custom callout bubble view</Text>

              </View>
            </MapView.Callout>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions