Questions tagged [manifoldjs]

This tool is used to create hosted web applications based on a W3C Web App manifest.

"The simplest way to create hosted apps across platforms and devices"

http://www.manifoldjs.com/

12 questions
7
votes
3 answers

Unable to get Gradle wrapper properties

I get the following error when I am trying to import the project. Unable to get Gradle wrapper properties from: F:\projects\Polyfills\cordova\platforms\android\gradle\wrapper\gradle-wrapper.properties Would you like to recreate the wrapper using…
Bikash Saha
  • 71
  • 1
  • 1
  • 3
5
votes
2 answers

Workaround for the no push notifications limitation for PWA in iOS 11.3?

Partial PWA support has landed in iOS 11.3 but unfortunately push notification is one of the unsupported features. Can Apache Cordova be used to wrap a PWA into a native app and add push notification support? How likely/unlikely will the app be…
5
votes
2 answers

Using Manifoldjs with windows 10 10122 - has anyone got the app to show up?

Using manifoldjs on a windows 10 box - tried to use a simplistic site such as www.google.com or even www.nick.com which is the demo used in Build 2015. The app can install correctly with powershell and I am able to start the app but all I get is a…
2
votes
0 answers

Cordova Hosted Web App with Basic Authentication

I would like to create a hosted web app in Cordova. However, in my case, the hosted web app is behind a Basic Authentication. How do I make the hosted web app to appear in Cordova client as if it wasn't behind a Basic Auth? Or how do I add the Basic…
1
vote
0 answers

Is there a plugin for routing IOS push notifications to PWA push notification or local messages in ManifoldJs?

I'm looking into wrapping a PWA for IOS using ManifoldJS primary to get remote push notifications. However I don't see any documentation on how to address this in a generic way. I was hoping for some plugin that would display the push…
1
vote
0 answers

Cordova App and Manifold JS to load external URL

I have an MVC5 web app created with an external URL. Basically I want to use a webview method to load in this external URL and take advantage of Push notifications etc. I cannot get the app to run an external URL. I have changed the
CR41G14
  • 5,464
  • 5
  • 43
  • 64
1
vote
1 answer

Manifoldjs: has no method 'parse' on windows
when trying to use manifoldjs http://www.fox-poker.com C:\Program Files (x86)\nodejs\node_modules\manifoldjs\node_modules\q\q.js:155 throw e; ^ TypeError: Object # has no method 'parse'
yarek
  • 11,278
  • 30
  • 120
  • 219
0
votes
1 answer

PWABuilder WEB Browser

Good day. I have little knowledge regarding codes. I want the PWA to be downloaded when people enter the page from the phone or computers. What should I do in PWABuilder?
Carlos
  • 1
  • 1
0
votes
1 answer

Edge Extension, packaging: The site URL is not a valid URL

I am trying to package my Edge extension using the tutorial here https://learn.microsoft.com/en-us/microsoft-edge/extensions/guides/packaging/using-manifoldjs-to-package-extensions I have created the extension (ported from Chrome) and tested it by…
user984003
  • 28,050
  • 64
  • 189
  • 285
0
votes
1 answer

Manifoldjs Failed to run the app for Android platform

I followed the following steps in order to generate a mobile app for my website using manifoldjs: 1. > npm install manifoldjs –g 2. > manifoldjs http://www.mywebsite.com 3. > cd /generated/folder 4. > manifoldjs run Android Everything worked…
Waiyl Karim
  • 2,810
  • 21
  • 25
-1
votes
1 answer

Folders are not creating after running this command - manifoldjs -l debug -p edgeextension -f edgeextension -m \manifest.json

This is command for packaging edge extension - manifoldjs -l debug -p edgeextension -f edgeextension -m \manifest.json. - I gave here the path of my extension manifest.json file. After manifoldjs finished running following folders should create…
-1
votes
1 answer

ManifoldJS to package a Windows EdgeExtension, but the result is empty

I follow the guide to package the extension in this guide: https://learn.microsoft.com/en-us/microsoft-edge/extensions/guides/packaging/using-manifoldjs-to-package-extensions. The sample extension is in download…
Hancel
  • 11
  • 1
  • 3