Coder Social home page Coder Social logo

Comments (2)

flochtililoch avatar flochtililoch commented on August 15, 2024 1

Hi @jonahx ,

from your example, it looks like part of the markup is generated so I might not fully capture where your issue is, but here's something that might help you - it's a little buried in the doc, under Behaviors attributes:

Note: When an href attribute is found on an element, Hyperview wraps the element with a "tappable" view. It is possible to customize the styles applied to that wrapping view by specifying the href-style property

What I suspect is happening here, is the href on your behavior cause the additional surrounding view to wrap your content, in which case you might need to apply to it the flexbox attributes using the href-style attribute, i.e.

      <view style="MerchantList">
        {% macro merchantCard(style='') %}
          <view
            style="MerchantCard {{ style }}" href-style="MerchantCard {{ style }}">
            <behavior action="replace" href="/_partial.xml" trigger="press"/>
          </view>
          …

(I'm not sure what string goes in the variable {{ style }} - if you could repost your example with the generated XML, I can take a closer look at the styling issue you're encountering.

Let us know if this helps!

from hyperview.

jonahx avatar jonahx commented on August 15, 2024 1

Thanks! Simply changing style to href-style fixed it!

from hyperview.

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.