react-native-amap
react-native-amap copied to clipboard
安卓弹出气泡无法取消, 另外自定义弹出气泡显示不出来
<AMapView initialRegion={this.state.region} zoomEnabled={true} zoomLevel={12}> <AMapView.Marker image={require('../../Image/location_pin_select.png')} title={"我的位置"} coordinate={this.state.myLocation} > <AMapView.Callout tooltip={true} style={{width:Util.size.width -100,height:50,flexDirection:'row'}}> <Image style={styles.imageStyle} source={{uri: 'https://facebook.github.io/react/img/logo_small.png'}}/> <View style={{width:Util.size.width - 160,height:50}}> <Text>这是一个好地方</Text> <Text>美丽的大濮阳</Text> </View> </AMapView.Callout> </AMapView.Marker>ker> </AMapView>
这个问题确实存在 但是我现在没空fix 估计要到下个月我才会重新维护这个repo
有没有立即有效的解决方法,我安卓水平不高,有的话希望大神给点指示,同时期待您的下次更新
发自网易邮箱大师 在2017年04月17日 22:30,愚安 写道:
这个问题确实存在 但是我现在没空fix 估计要到下个月我才会重新维护这个repo
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.