quikssb

Results 8 comments of quikssb

Thank you so much for the replies. I am currently not working on the project. Next week I will apply the suggestion and post the XML layout and get back...

Hey @matteblair . Your suggestion fixed the problem. Absolute legend.

Hey @matteblair , I have to reopen the issue since after applying the new method of loading the map I am facing new issues. After putting the app into background...

activity_main.xml ``` ``` Here you can see the navigationview, which gets covered by the tangram map. Inside the fragment_container a Fragment gets loaded with the following layout: ``` [....] ```

Ok so as you suggested I put a button into the RelativeLayout, where the map is: ``` [...] ``` Here you can see the result, the button is the blue...

More to add: I swapped the Button with a normal View: ``` ``` It should look the same, but the View gets eaten up by the map. The button does...

What exactly do I need to look out for? The problem is that the drawer gets only eaten up for a few seconds after app start. Before I can 'capture'...

I made a little hack to fix this problem. I put this right over the map view: ``` ``` When another native view is over the map the drawer doesn't...