lupidan / PopoverView

A Popover Controller for Android Tablets. It's an easy solution to simulate an iOS UIPopoverController

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first

SanalVarghese opened this issue · comments

I got few doubts:

I got IllegalStateException on line 307( popoverview,java), when I tried to attach a view to popover view inside the popoverview.java class.

Also when we add characters it's working fine on tablets, but when it comes to phones, its get truncated. Is there any method like wrap content, provided by android?

This should be handled inside the library or is it open to developer for handling that scebnario. Everything excepts works fine for this library.

java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.