Code Monkey home page Code Monkey logo

Comments (6)

ronycohen avatar ronycohen commented on July 17, 2024

Same behavior on my side

from ion-google-place.

esquire900 avatar esquire900 commented on July 17, 2024

Has something to do with the z-index of the ion-content element (setting it to 999 displays the element correctly)

from ion-google-place.

peterpeterparker avatar peterpeterparker commented on July 17, 2024

Same here in a list (no dropdown will be shown):

<ion-view view-title="Params" hide-back-button="true">
  <ion-content>
    <div>
      Params
    </div>

    <ion-list>
      <ion-item>
        <ion-google-place placeholder="Your address" ng-model="addressName" required name="address" location-changed="locationChanged" current-location="true"/>
      </ion-item>
    </ion-list>

  </ion-content>
</ion-view>

or in a div following by a div (the dropdown will be shown but the content behind the next div won't be displayed)


<ion-view view-title="Params" hide-back-button="true">
  <ion-content>
    <div>
      Params
    </div>

    <div>
      <ion-google-place placeholder="Your address" ng-model="addressName" required name="address" location-changed="locationChanged"/>
    </div>

    <div class="item range">
      <input type="range" name="distance" ng-model="distance" min="5" max="30">
    </div>

  </ion-content>
</ion-view>

Any clue or fix ?

Using the last .js and .css version of ion-google-place

from ion-google-place.

irmas avatar irmas commented on July 17, 2024

Hi,

I'm having the same problem.

Did somebody manage to solve this issue ?

from ion-google-place.

peterpeterparker avatar peterpeterparker commented on July 17, 2024

not me. I decided finally not to use ion-google-place.

from ion-google-place.

irmas avatar irmas commented on July 17, 2024

I was able to fix it with @esquire900 's analysis of the issue.

I created another class for the ion-content element and added a few lines in the CSS file to set the z-index to some big value.

from ion-google-place.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.