wevote / WeVoteCordova

Cordova wrapper for the We Vote WebApp. Twitter: @WeVote
2 stars 6 forks source link

Set page content to UTF8 to draw the slick dots on the welcome page #114

Closed SailingSteve closed 5 years ago

SailingSteve commented 5 years ago

Now load the imgs from ln -s /Users/stevepodell/WebstormProjects/WebApp/src/img img instead of from WebApp/build/img so we get all of the images, not just the ones that WebPack CopyPlugin was directed to put in the bundle.

SailingSteve commented 5 years ago

@DaleMcGrew If you can't use git to update your cordova instance, you should manually make this change to WeVoteCordova/www/index.html to get the slick dots on the welcome page to render correctly. You should also redo your img symlink to point to WebApp/src/img instead of to WeApp\build/img, so that you get all the images.

DaleMcGrew commented 5 years ago

👍