Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安卓弹出气泡无法取消, 另外自定义弹出气泡显示不出来 #19

Open
dongchuanlei opened this issue Apr 17, 2017 · 2 comments

Comments

@dongchuanlei
Copy link

dongchuanlei commented Apr 17, 2017


<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}}>
这是一个好地方
美丽的大濮阳

</AMapView.Callout>
</AMapView.Marker>ker>

@marshalYuan
Copy link
Member

这个问题确实存在 但是我现在没空fix 估计要到下个月我才会重新维护这个repo

@dongchuanlei
Copy link
Author

dongchuanlei commented Apr 17, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants