Search code examples
androidiospolymerphonegap-buildpolymer-1.0

Polymer 1.x: Going from web to mobile


I have a Polymer web app. I need to deploy it to mobile Android and iOS devices.

  • I have my vulcanized dist directory after running gulp.
  • I have a hosted URL.

Question

Now what do I do? What steps do I need to take? (And where is the documentation?)

I tried using PhoneGap Build but encountered compatibility issues.

This SO answer pretty well documents that PhoneGap Build does not support Polymer at this time.


Solution

  • There is article written by Eric Bidelman on Using Polymer in a WebView. How to setup Polymer in an Android WebView app. Here is the link.

    https://www.polymer-project.org/0.5/articles/webview.html