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

Cannot Place UI elements over viewport #37

Closed
xerotolerant opened this issue Sep 28, 2016 · 1 comment
Closed

Cannot Place UI elements over viewport #37

xerotolerant opened this issue Sep 28, 2016 · 1 comment

Comments

@xerotolerant
Copy link

I can't figure out how to draw some Ui elements over the map.
I was using google maps and cordova previously and I could "draw" over a map since it was drawn within a div container.

In this case I don't know which element, if any I can apply some css to in order to draw over the map. Is it even possible to do so?

@bradmartin
Copy link
Contributor

Using a GridLayout you can place elements on top of the MapBox now if you declare it in your markup.

If you need an idea how to 'float' a view component on top of another check the FAB plugin README here using a GridLayout https://github.com/bradmartin/nativescript-floatingactionbutton#xml

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

No branches or pull requests

3 participants