Re: Webview and dynamic content
Re: Webview and dynamic content
- Subject: Re: Webview and dynamic content
- From: Jere Gmail <email@hidden>
- Date: Sun, 28 Feb 2010 10:56:16 +0100
I know, but I'm gonna have different json files and also the webpage
with a few images, and due to javascript limitations, they have to be
on the same root folder, that is it can be in "webfolder/something"
but not in "webfolder/../something"
On Sat, Feb 27, 2010 at 5:52 PM, Jens Alfke <email@hidden> wrote:
>
> On Feb 27, 2010, at 2:39 AM, Jere Gmail wrote:
>
>> What's the better way to implement it. I've think two options: save
>> the json files in the app resources folder, same way iPhoto stores the
>> files. Or save them in the app support directory.
>
> There's no reason to copy the files to the app support directory, since they're not going to be modified.
>
>
> On Feb 27, 2010, at 4:52 AM, Steven Degutis wrote:
>
>> Related, if you want my 2¢, try as often as you can to avoid using a
>> WebView. If you can replace its functionality with native Cocoa (and Touch)
>> controls then that is the recommended development path.
>
> True, but there are a lot of UIs that are really difficult to do natively, such as ones with complex text-based layouts, that work really well with a WebView. (iChat-style chat views are one example.)
>
> —Jens
--
"Infinity is only the beginning" π
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden