Page 1 of 1

Embed external css rules into the app so there wouldn't need to be required to have internet connection

Posted: Tue Apr 28, 2015 1:54 pm
by Laimonas Naradauskas

Hello,

Is there a way to embed css rules so the app wouldn't need internet to display changes from additional css file.

The app loads up with design changes once internet connection is present although when no internet connection is possible the css rulings are not visible.

Thanks,
Laimonas


Embed external css rules into the app so there wouldn't need to be required to have internet connection

Posted: Wed Apr 29, 2015 12:41 am
by Yurii Orishchuk

Hi Laimonas,

You can do following:

  1. Create new CSS asset.
    Details: http://prntscr.com/6zd680/direct

  2. Download text of your external CSS file.

  3. Paste text of your external CSS file into just created CSS asset(1st step).

    Regards.


Embed external css rules into the app so there wouldn't need to be required to have internet connection

Posted: Thu Apr 30, 2015 8:25 am
by Laimonas Naradauskas

Hi Yurii,

Thanks for this although the problem was internal CSS file settings for a few div element background image. As the image was pointing to an external object it had to be downloaded.

Kind Regards,
Laimonas