Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Tutorial docs for Embedding the Webview > Android with AS extension are incomplete/broken #255

Open
@shakeelmohamed

Description

@shakeelmohamed

I ran into several issues while trying to follow the directions here 😄
I'm hoping these will be fixed so I can actually start using Phonegap with Android, the iOS version of this tutorial was very easy to follow!

  • Copy everything from www-shared/www to this newly created assets/www - I don't have a www-shared directory, what am I missing here?
  • Go to Tools > PhoneGap > Install Plugin from npm - I got the following error on macOS 10.12.3 even after running npm install -g plugman, restarting Android Studio, running that command and restarting the OS:

capturfiles_3

  • I wasn't able to Go to Tools > PhoneGap > Install Plugin from filesystem either for the same reason
  • There are steps to install the Phonegap plugin in plain text in a set of bullets even though these steps are clearly outlined with screenshots at the beginning of the document (next 3 bullets are part of a screenshot):

capturfiles_6

  • There seems to be a broken footnote type link here:

capturfiles_4

  • For the following step, there is no webView variable defined in the tutorial before this usage (same goes for the following step for onNavigationItemSelected())
    Add these lines at the bottom of your onCreate method:
urls[0] = parser.getLaunchUrl();
urls[1] = urls[0].replace("index.html", "listeditor.html");
webView.loadUrl(urls[0]);
  • The tutorial sort of ends abruptly without explaining how to run the app

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions