Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Android loads blank.gif from wrong location

    v13.1p_2024-12-02/Enterprise Deployment

    Hello, I've just noticed that Chrome on Android, in my application using the Shiva skin, tries to load blank.gif from [APP]/images for elements like the Window header close button.
    This doesn't happen in the Showcase.
    Any idea what could possibly be causing this?

    #2
    The most common reasons for this are:

    1. rendering a component before the skin has loaded

    2. loading skins twice (e.g. load_skin.js runs for the base skin, then again for your actual intended skin)

    3. customization of the skin - try disabling all customizations temporarily

    4. using an older version of the skin than is shown in the Showcase

    Comment


      #3
      SmartClient Version: v13.1p_2024-12-05/AllModules Development Only (built 2024-12-05)

      Chrome on Android 12, Android studio emulator Pixel 5

      Hmm, actually I just noticed that the showcase is loading the image from:
      https://www-demos.smartclient.com/sm...ages/blank.gif
      and *not* from
      https://www-demos.smartclient.com/sm...ages/blank.gif

      Comment


        #4
        hi Claudio, and apologies for the delay in responding. We've made a fix for this in today's builds.

        If you want to work around it without an update, this should fix it:

        Code:
        // change the default value of Img.src from just "blank.gif"
        isc.Img.addProperties({ src: "[SKINIMG]blank.gif" });

        Comment


          #5
          SmartClient Version: v13.1p_2024-12-17/Enterprise Deployment (built 2024-12-17)

          I can confirm it's fixed, thank you very much

          Comment

          Working...
          X