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

Geolocation does not work on Android phone #59

Open
peer35 opened this issue Jul 29, 2021 · 2 comments
Open

Geolocation does not work on Android phone #59

peer35 opened this issue Jul 29, 2021 · 2 comments

Comments

@peer35
Copy link
Member

peer35 commented Jul 29, 2021

No description provided.

@peer35
Copy link
Member Author

peer35 commented Jul 29, 2021

Looks like it has something to do with the latest menu changes:
https://geoplaza.vu.nl/projects/kloosters works
https://geoplaza.vu.nl/projects/kerken_vue does not

@peer35
Copy link
Member Author

peer35 commented Oct 7, 2021

Does not work:

    <b-navbar-nav class="ml-auto controls" v-if="mobile">
      <GeoLocation/>
     ...
    </b-navbar-nav>

works:

    <b-navbar-nav class="ml-auto controls">
      <GeoLocation/>
     ...
    </b-navbar-nav>

Looks like the map object is not available if the component is loaded in a v-if. The mapable-mixin is not loaded??

peer35 added a commit that referenced this issue Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant