Message from discussion
How to render a remote hosted image in <img> tag
Received: by 10.42.150.2 with SMTP id y2mr1238652icv.7.1334331583373;
Fri, 13 Apr 2012 08:39:43 -0700 (PDT)
X-BeenThere: phonegap@googlegroups.com
Received: by 10.231.80.74 with SMTP id s10ls5032628ibk.0.gmail; Fri, 13 Apr
2012 08:39:27 -0700 (PDT)
Received: by 10.50.106.161 with SMTP id gv1mr1451100igb.0.1334331567101;
Fri, 13 Apr 2012 08:39:27 -0700 (PDT)
Received: by 10.50.106.161 with SMTP id gv1mr1451098igb.0.1334331567070;
Fri, 13 Apr 2012 08:39:27 -0700 (PDT)
Return-Path: <shaz...@gmail.com>
Received: from mail-iy0-f170.google.com (mail-iy0-f170.google.com [209.85.210.170])
by gmr-mx.google.com with ESMTPS id no9si1611389igc.0.2012.04.13.08.39.27
(version=TLSv1/SSLv3 cipher=OTHER);
Fri, 13 Apr 2012 08:39:27 -0700 (PDT)
Received-SPF: pass (google.com: domain of shaz...@gmail.com designates 209.85.210.170 as permitted sender) client-ip=209.85.210.170;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of shaz...@gmail.com designates 209.85.210.170 as permitted sender) smtp.mail=shaz...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-iy0-f170.google.com with SMTP id h11so9836925iae.1
for <phonegap@googlegroups.com>; Fri, 13 Apr 2012 08:39:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:content-type;
bh=+vLX/KDwMxjdG8dfzsYQprx4HLBUQFZCfDsJ8g2oLxw=;
b=0HyIqLlh/bQuaAUJC5ZmIHT8I297vfPjfg/e6vUvwfjWZqvnsYIWf3NQBzABWOa+TZ
zd9+QtAzoHFkJ397lZH4VOizti1H8c5NS5E44NUNy9EXMAXYl0pS5a0z84YopmCu/Zi0
hw/LGq+iElV8PwVlS6RJnSUPOnCvu2GGFJd9vcGvXoCHCmJyEdhHsiwxmqBO4db4t4t3
85n4McKsQb2jqV9L5XKGs3owcO5i7Lm8hKj2NJRXKASf1ju9xJCA3G9G0bvc7nfXy0ye
MB6kAv5p1D+5w9knllR7B6xXkYrT+ckijAD0UNojd7WhEGtXmBaffCADCbCnN5D/PNi+
Pw+w==
Received: by 10.50.157.164 with SMTP id wn4mr2092228igb.2.1334331566901; Fri,
13 Apr 2012 08:39:26 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.42.146.131 with HTTP; Fri, 13 Apr 2012 08:38:46 -0700 (PDT)
In-Reply-To: <57c26337-7aa4-4344-b01d-36a325ee6...@2g2000yqp.googlegroups.com>
References: <57c26337-7aa4-4344-b01d-36a325ee6...@2g2000yqp.googlegroups.com>
From: Shazron <shaz...@gmail.com>
Date: Fri, 13 Apr 2012 08:38:46 -0700
Message-ID: <CAE6O_-ac1cMqkmZd+qU6E7A_AXUmh4e3NR7JKWfiXYnW6oP...@mail.gmail.com>
Subject: Re: [PhoneGap] How to render a remote hosted image in <img> tag
To: phonegap@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
Are you sure you are adding it in Cordova.plist, not Info.plist like
you mentioned?
On Fri, Apr 13, 2012 at 1:42 AM, rxraza <rizwan.r...@gmail.com> wrote:
> How can we render the image using AJAX.
>
> Assume you have an <img id="id1"/> tag declared in an HTML and using
> AJAX filling out the src attribute like below
>
> $("#id1").attr('src','http://www.some.com/img1.jpg');
>
> I have a wildcard defined in the info.plist file but still I can't
> render an image in the <img> tag
>
> --
> You received this message because you are subscribed to the Google
> Groups "phonegap" group.
> To post to this group, send email to phonegap@googlegroups.com
> To unsubscribe from this group, send email to
> phonegap+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/phonegap?hl=en?hl=en
>
> For more info on PhoneGap or to download the code go to www.phonegap.com