We currently set up a chat plugin in the Banno mobile app. Upon clicking a button, we open a full screen webview to our authenticated chat on a separate website that runs in the Banno app. In the Android Banno app, we are unable to upload or open files in this chat. In the iPhone app, I can upload files but cannot open files without copying the file link. In the Chrome browser on both devices, file uploading and downloading works fine. Are there any Banno app permissions preventing us from uploading/downloading files in the full screen web view?
Uploading/Downloading Files in Banno Mobile Webview
49 Views Asked by Jared Haltrecht At
1
There are 1 best solutions below
Related Questions in BANNO-DIGITAL-TOOLKIT
- How to obtain the OAuth authorization code directly from the URL in .NET without using a browser or plugin?
- Banno EES Event 110010 "Device Registered" not returning an IP
- Does the approval flow get turned off for users if the financial institution unchecks the "User Consent Required" box and how do i test this out?
- Scrolling issue in android
- Get user's current external transfer limits
- Are there any properties or headers in a response that record whether a request comes from Mobile vs Desktop implementations?
- Banno - Report Export Retrieval - Retrieve Most Recent Report ID
- Retrieve some information about users and users' accounts using Banno digital toolkit
- Banno API, can't access User_id to be able to run any other APIs
- Seeking Consumer API Endpoint for Gender, RDC, BillPayFlag, ChgoffFlag, and Branch Information
- Fetch JackHenry Account ownership information
- Unable to enroll test user in Garden FI
- Open Full-Screen Modal Outside Plugin Box in Garden
- Zelle POST API gateway timeout issue
- Limitations with camera and geolocation functionalities
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It sounds like you're probably running into Restrictions for the Plugin Framework around "Sandboxing" and/or perhaps "Rendering PDFS".
You may want to consider using the Plugin Bridge to activate the Expanded View from the Card Face and given the limitations of the mobile webviews you may want to use its ability to bounce users over to an actual web browser.