ember-cli-capacitor
ember-cli-capacitor copied to clipboard
Deploy succeed but blank page in emulator
I am trying run dummy app for Android
run:
ember android:server
and then:
yarn cap run android
build and deploy to emulator goes without errors, all green checks but app on emulator is starting with blank page, after inspect in chrome using chrome://inspect there is blank HTML document just empty head and body tags also console is clear.
I think there is some kind of allow whitespace setting you need to set to allow android to use livereload