Git Product home page Git Product logo

Comments (6)

boyofgreen avatar boyofgreen commented on August 16, 2024

Can you share your manifest? I'll take a look

from manifoldcordova.

Rakesh15dec avatar Rakesh15dec commented on August 16, 2024

I have attached , also putting entries here

{
"name": "csv",
"short_name": "csv",

"start_url": "http://cacdtl02rr2340.itservices.com:8000/CSV_WL/apps/CSV/common/index.html",
"mjs_cordova": {
"plugin_mode": "client"
},
"mjs_import_scripts": [
{ "src": "js/index.js" }
],
"mjs_api_access": [
{ "match": "http://cacdtl02rr2340.itservices.com:8000/CSV_WL/apps/CSV/common/*", "access": "cordova", "platform": "android,ios,windows" }

],

"mjs_extended_scope": ["http://cacdtl02rr2342.itservices.com:8000/CSV_WL/apps/CSV/common/*"],

// without adding mjs_access_whitelist it was not working .
"mjs_access_whitelist":[{"url":"http://cacdtl02rr2340.itservices.com:8000/*"}]

}
if I don't add ms_access_whitelist it stops loading page with error white list rejection. I created the android app and it works absolutely fine in android , manifest is same in android except I did not need to add entry for ms_access_whitelist in android version

manifest.txt

from manifoldcordova.

boyofgreen avatar boyofgreen commented on August 16, 2024

mjs_extended_scope is designed to replace the more confusing mjs_access_whitelist. To be clear you saying that the extended scope basically didn't work in your iOS project, but when you want back and added the access whitelist then it did?
Also, it sounds like you are able to use the whitelist as a workaround until we get the fix deployed?

from manifoldcordova.

Rakesh15dec avatar Rakesh15dec commented on August 16, 2024

Yes thats correct I am using whitelist as a workaround , I debug the code little and put some logging what I have seen cordova.js injected properly on web pages but hostedapp-bridge is failing. in logs it shows hostedapp-bridge.js injected but on browser it shows only cordova.js , hostedapp-bridge,js failed due to "chordova channel not triggered". I think thats why plugins are not loading..

second suggestion only : whitelist plugin allows "file://" URL but when using manifold plugin even in middle of transactions if I want to use "file://" url then i need to put that entry in mjs_access_whitelist otherwise manifold plugin gives white list rejection error. this case is with IOS only. in Ios code under scheme we should also include file.

from manifoldcordova.

boyofgreen avatar boyofgreen commented on August 16, 2024

Sorry about that. We'll get fixed in the next release. Also, thanks for the work around :)

from manifoldcordova.

boyofgreen avatar boyofgreen commented on August 16, 2024

looks like the issue is iOS only, and in this code chunk https://github.com/manifoldjs/ManifoldCordova/blob/2c42e4f9360cf6540a75897729645e238fcd4893/src/ios/CDVHostedWebApp.m#L513

from manifoldcordova.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.