PricingBlog

Help forum

  • petershaw99-1465718787457155144

    PeterShaw

    2

    5 hours ago

    Join API
    Hey there, is it possible to have a join API call?

    I have 2 tables in supabse. One is calendar days and one is absences. I have a vertical view with repeated divs so that I have 31 divs for January. For this I repeat from table calendar days. Now I want to also show within the divs if there are absences. How do I merge this API call?
  • jehex-1465529402157826132

    Jehex

    1

    18 hours ago

    Modify the color of the scrollbar on IOS ?
    Hi there, wondering if they're is a way to modify the color of the scrollbar on ios, I know it's set on user / browser settings but on white background it's hard to see it. Thanks very much
  • jehex-1465265042361422024

    Jehex

    16

    1 day ago

    Avoid zoom on input ( focus ) on IOS
    Hey 👋
    I’m building a web app with Nordcraft and I’m hitting the classic iOS zoom-on-focus issue.

    On iPhone, whenever an <input> or <textarea> gets focus, Safari auto-zooms, which really hurts the UX.

    I’m aware of the usual iOS constraint that inputs need a 16px font-size to avoid zoom

    …but 16px is way too big for my design, especially for compact UI / forms. I really don’t want to scale text up just to satisfy iOS Safari.

    Is there a way to prevent iOS zoom without forcing 16px text?


    Thanks!
  • fstopeight-1464510671147368502

    fstopeight

    8

    3 days ago

    How to import?
    I used this: https://tailwindtonordcraft.netlify.app/
    But now I have no idea how to import the JSON in the Nordcraft, how to do this exactly>?
  • croco6412-1463946092516348098

    croco

    0

    5 days ago

    I am looking for a professional app developer.
    I am looking for a professional app developer.
    Below is a brief overview of the app development requirements.

    ・UI/UX will be faithfully implemented based on the Figma design.
    ・Screen transitions and launch animations will be implemented.
    ・The application will operate using local dummy data (e.g., JSON) for verification purposes.
    ・Biometric authentication (fingerprint / facial recognition) will be implemented.
    ・Image capture functionality will be implemented (camera launch → capture → display).
    ・Payment functionality will be limited to a dummy screen only.
    ・The application will be developed using Flutter, with future iOS expansion in mind.
    ・No server or API integration is required.
    ・The scope includes both User App and Store App.

    Currently, only an MVP is being developed
    I plan to build an API-based backend in the future.

    Regards
  • riisud-1461835420252901549

    Riisud

    26

    10 days ago

    Page theme in formula editor
    Hi, what is the purpose of this in the formula editor and why is it empty?? It is listed under page. What can i do with it?
  • elli4931-1461286319782101065

    Vizualinx

    1

    12 days ago

    Slots
    If I have a slot in a repeat item, I add some elements in the slot (when using the component-from outside the component), can I access the data from the repeat item?
  • lfggjonesy-1461189859288027246

    Jonesy

    6

    12 days ago

    How are you all handing SEO for dynamic pages
    I now have my site up and running, but now i am getting SEO figured out.

    How are you all doing it for the dynamic pages when it doesnt show up in the sitemap.xml file, unless i am doing something wrong.
  • enginhear-1461038287669170277

    enginhear

    9

    13 days ago

    Working with css layout
    Hello, does any one have a simple course that could help me work better with Nordcraft regarding layouts?

    There are simple layouts that I want to achieve, but I find myself tweaking everything in Nordcraft for hours without success...
    For example having a container of 80vh, with inside two divs each containing one image, and having the two divs filling the height of the containers.

    To me it looks simple but in Nordcraft I can not get the two divs to fit inside the container with the images being responsive.

    I guess there is something I'm missing
  • riisud-1460757196710215882

    Riisud

    1
    15

    13 days ago

    Component variants
    So i'm trying to figure out what is the best and easiest way to maintain a component with variants?

    So for example i want to create a button component with variant options (primary, secondary, ghost, ...) i get it to work with creating classes and then applying different styles to those classes + styling pseudo classes attached to each variant class.

    But now i was trying it out with style variables and i got this to work as well. With style variables i do not need to use classes anymore but i just want to know what's the agreed upon way of doing it?

    Problem with style variables is that i can not use my theme color variables. So if i ever want to update my primary colors i am forced to go update every style variable i ever used that hex code in. If i could get my theme color variables to work with the style variables that would'nt be a problem anymore. Unless style variables is the wrong way of creating variants and i should stick with classes???
  • halfpast11-1460617623804051477

    Mathias

    2

    14 days ago

    Cannot send FormData - Request Body is always empty
    I'm trying to convert my data (an array of uploaded image files) to FormData and send it via POST request to my API. However, I noticed the request body is always empty.

    I tried using a Formula, as well as a Custom Action that loops through the files and returns a FormData element, I tried setting the Content-Type to "multipart/form-data", tried it without Content-Type... Somehow it never ends up properly in the request body.

    It seems like Nordcraft always tries to serialize the FormData, which breaks the request.

    Nordcraft AI suggests the only solution is to create a Custom Action and manually call the API endpoint using fetch. Is this really the only way to handle multi file uploads with FormData in Nordcraft?

    Thank you!
  • jonathanfors-1460162813770072096

    Jonathan Fors

    2

    15 days ago

    Transferring a client project
    I need to transfer a client project to their workspace. I think I remember this being a manual process Team toddle needs to do? Can share account emails in DMs
  • mohammed1236222-1460074862411251885

    mohammed123

    2

    15 days ago

    slider don't work
    I am trying to create a slider in Nordkraft with arrows and pagination, but it does not work at all. What is the solution?
  • roccles-1459933415796379681

    chrisr

    10

    16 days ago

    "Could not find formula" in package
    Hi there,
    we're facing an issue where exported package components that use non-exported package formulas throw this specific error. Is this a mistake on our side?
    The "missing" formula holds the data source and branch used in the Header of each API request to our database.

    This can be seen here, for example: https://westhafen_operating_system.toddle.site/anmelden
    Using our package https://westhafen_designcore_v2.toddle.site/

    The error was also mentioned and fixed back in May: https://discord.com/channels/972416966683926538/1366791513874370570

    Thanks a lot!

    (cc @Luca Heck )
  • .kittiphum-1459627467336843456

    Kittiphum

    3

    17 days ago

    Cookie sharing between domain and subdomain
    Hi there,

    I created an LMS in toddle for my client and now he wants an "add-on", preferably on a subdomain. My question is if it is possible to share a cookie between the main and subdomain, so that a user could just click a button and be navigated to the subdomain, where they would be automatically logged in, in nordcraft.

    Thanks in advance for your replies.