GithubHelp home page GithubHelp logo

Comments (3)

ahmed-881994 avatar ahmed-881994 commented on June 14, 2024 1

@RichDom2185 thank you it worked like a charm 🙏

from streamlit-ace.

ahmed-881994 avatar ahmed-881994 commented on June 14, 2024

I am facing the same issue version 0.1.1 streamlit version 1.29.0
screenshot from PC:
image
screenshot from iphone ios 17.2.1
WhatsApp Image 2024-01-14 at 11 35 16_4c7d91cd

from streamlit-ace.

RichDom2185 avatar RichDom2185 commented on June 14, 2024

I am facing the same issue version 0.1.1 streamlit version 1.29.0 screenshot from PC: image screenshot from iphone ios 17.2.1 WhatsApp Image 2024-01-14 at 11 35 16_4c7d91cd

Hi, I figured out a (workaround) solution – after inspecting the rendered HTML on both iOS and non-iOS, it seems like on iOS/iPadOS devices, the initial editor component is not automatically set.

The workaround is to provide an explicit height when creating the component:

from streamlit_ace import st_ace

# ...

st_ace(height=252,
       # ... your other options
      )

I used 252 because that's equal to the default height that would be shown in case you never pass in a height options, but of course feel free to change it accordingly.


Sidenote: When deploying, using a reverse proxy like NGINX to force the user agent to be non-iOS will not work, as Streamlit renders via React on the client side, so this is an issue seemingly specific to the way iOS/iPadOS renders on the client-side. Surprisingly, requesting "desktop website" on iOS/iPadOS also seems to solve the issue, though. Perhaps there might be some weird changes to how iOS/iPadOS renders content when toggling between mobile/desktop mode?

from streamlit-ace.

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.