If i set singleton: true and then make 10 requests, the toast is not always shown at the top (it seems like it's in the middle and then it moves up). Since there is at most 1 toast shown with this option, it should always be displayed at the top. Is there a way to achieve that?
If i set
singleton: true
and then make 10 requests, the toast is not always shown at the top (it seems like it's in the middle and then it moves up). Since there is at most 1 toast shown with this option, it should always be displayed at the top. Is there a way to achieve that?