Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8921661
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T06:36:07+00:00 2026-06-15T06:36:07+00:00

I have a hybrid mobile app built on Trigger.io that opens links (some of

  • 0

I have a hybrid mobile app built on Trigger.io that opens links (some of them are user generated content) in the in-app child browser (forge.tabs module) per default. When trying to open a .pdf document the screen will stay blank white (tested on both Android and iOS).

Here is a cut down version of the code I’m using:

$(document).on('click', 'a', function() {
  window.forge.tabs.open( $(this).attr('href') );
  return false;
});

I would expect to either view the document in the in-app browser or be able to download it to the device.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T06:36:11+00:00Added an answer on June 15, 2026 at 6:36 am

    Assuming your PDFs are local, you’ll need to do a “getURL” first.

    Here’s a function that works just fine for me:

    function showPDF (pdfName) {
        forge.tools.getURL(pdfName, function (myPDF ) { forge.tabs.open(myPDF); });
    }
    

    Then just call showPDF with a relative or absolute url i.e.

    <button class="btn" type="button" onclick="showPDF('assets/pdf/sample.pdf');">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been researching how to create a hybrid winform and CLI app... I
I have developed a Mac software (using DiscRecordingFramework and IOKit) that creates hybrid Video-DVD.
We are developing a hybrid iPhone application. It has a webview that loads some
I have a hybrid ASP.Net web forms/MVC app. On one of the MVC pages/views,
Here is my question: I have a hybrid chart that uses bars and lines
HEllo, I have a hybrid iPhone application that has a UITabBarController and 5 Tabs.
I have a large application that currently exists as a hybrid of WebForms and
I have a C++ Win32 application that runs as a console app if run
I have a rails application that serves as an interface to a hybrid of
I have a command-line application written in C++ and built with gcc/make that runs

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.