Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 81FF510461 for ; Tue, 5 May 2015 21:26:02 +0000 (UTC) Received: (qmail 30451 invoked by uid 500); 5 May 2015 21:26:02 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 30432 invoked by uid 500); 5 May 2015 21:26:02 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 30417 invoked by uid 99); 5 May 2015 21:26:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 21:26:02 +0000 Date: Tue, 5 May 2015 21:26:02 +0000 (UTC) From: "Ralph Hardy (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-3325) Add PDF support to the InAppBrowser within Android MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14529315#comment-14529315 ] Ralph Hardy commented on CB-3325: --------------------------------- My client is not happy that the app we are developing is going to work differently on Android v. iOS in terms of rendering PDFs that will be extracted from a CouchDB. I also feel the frustration of having to find a workaround. So, please Apache Cordova Development Team, could you "up" the priority of this need and, in the meantime, provide documentation of a JS workaround in the meantime? Respectfully requested :) Ralph > Add PDF support to the InAppBrowser within Android > -------------------------------------------------- > > Key: CB-3325 > URL: https://issues.apache.org/jira/browse/CB-3325 > Project: Apache Cordova > Issue Type: Improvement > Components: Android > Affects Versions: 2.6.0 > Environment: Windows 7, Eclipse v3.8.0 > Reporter: Kelvin Dart > Priority: Minor > Fix For: Master > > > When I was making use of the ChildBrowser for both iOS and Android, I wrote an extra bit of code to enable PDF support for the Android version (which started up the installed PDF application if there was one). > I also understand that the Android WebView doesn't natively support viewing a PDF document which is why it doesn't fully behave like the iOS version - but is it possible to either: 1) write similar code which, if the opened URL is directed to a PDF file, then it opens the native PDF reader or; 2) integrate a PDF view into the InAppBrowser which opens a PDF document much like InAppBrowser does on iOS. > (1) is what I currently have working at the moment and would probably be easiest. (2) is what would be very good but I expect more difficult to achieve. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org