react-native-mentions icon indicating copy to clipboard operation
react-native-mentions copied to clipboard

[Android] Absolute position not working

Open nikesh8 opened this issue 4 years ago • 1 comments

  • When I am trying to set suggestion panel with absolute suggested row won't clickable but when I'm trying with iOS its clickable. I'm using mention textInput as a composer of following url library. https://github.com/FaridSafi/react-native-gifted-chat
Style: suggestionPanelContainer: {
    backgroundColor: 'rgba(100,100,100,0.1)',
    width: DeviceUiInfo.screenSize.width - pageMargin * 2,
    position: 'absolute',
    top: -150,
    zIndex: 1
  }

I've tried with all possible attempts I've failed to get desired output. @harshq please help to overcome this problem.

nikesh8 avatar Dec 06 '19 10:12 nikesh8

I'm facing the same issue. Cant find a working solution so changed to horizontal instead

anniewey avatar Feb 07 '20 09:02 anniewey