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.