Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B6FDCB56 for ; Thu, 27 Jun 2013 16:23:17 +0000 (UTC) Received: (qmail 63413 invoked by uid 500); 27 Jun 2013 16:23:16 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 63393 invoked by uid 500); 27 Jun 2013 16:23:15 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 63385 invoked by uid 99); 27 Jun 2013 16:23:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jun 2013 16:23:14 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shazron@gmail.com designates 209.85.216.42 as permitted sender) Received: from [209.85.216.42] (HELO mail-qa0-f42.google.com) (209.85.216.42) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jun 2013 16:23:09 +0000 Received: by mail-qa0-f42.google.com with SMTP id hu16so2611800qab.15 for ; Thu, 27 Jun 2013 09:22:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=m5Z/WhIgEOQmoLyB/IoLXUrmBUi7OxrWuuGWmmNmS4Y=; b=RNkNQbwqwNk4KtDODa/kZn+7k/64Ndb7GruLs7XsliSBZ2NUU/+EehaL57cWcoCkGl N1Z6GbdraCDUfIdD2fWoZr5vYpUJ/xranh2ugz2d85WYfrkNG3dNDSo425aRMYv4jk6j gyEGy2OTM8I4PKRZk4Ou3loBVm9amu8Us7lOAzK+mm9Y1PQPudjPzG3YtuPBVMFjWrf1 2VuS2dymBgPrw5VqCY1p+pS/CZ+6aWKH/E5UuBXON8XNeeZ8sFp4jI4Uc9zG5+ibsj4R SZCC3BIp4z+Vvluo2lQ1BLH1/khKfmad7voV9Oz7YKGrQpAYmSzcMSYTXhjwznnqee7k AImQ== MIME-Version: 1.0 X-Received: by 10.224.38.74 with SMTP id a10mr12523892qae.42.1372350168668; Thu, 27 Jun 2013 09:22:48 -0700 (PDT) Received: by 10.49.12.145 with HTTP; Thu, 27 Jun 2013 09:22:48 -0700 (PDT) In-Reply-To: References: Date: Thu, 27 Jun 2013 09:22:48 -0700 Message-ID: Subject: Re: Loading application content from non-standard location fails From: Shazron To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a11c2acca4fa08a04e0252c6d X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2acca4fa08a04e0252c6d Content-Type: text/plain; charset=ISO-8859-1 Hi Aleksey, Please file an issue at http://issues.cordova.io I will help you there. This list is for development of Cordova itself. On Thursday, June 27, 2013, Aleksey Yashchenko wrote: > Hi guys, > > I'm trying to load webview content from application documents folder. > I'm getting wrong window size (blank bar on the screen bottom) and some > plugins not working (at least Contacts). > > I tried: > > - setting CDVViewController.wwwFolderName and CDVViewController.startPage > in various values ('/var...', 'file://...', etc, absolute and relative) on > start (in AppDelegate) > > - reloading webview in the middle of work with loadRequest > > - doing 'document.location = "..."' from native code when first empty page > was loaded from bundle succesfully > > with the same effect. > > Am I missing something or Cordova init is bound to application bundle > folder in some way? How can I change it? > > Thanks in advance! > > ~Aleksey > --001a11c2acca4fa08a04e0252c6d--