David Frahm
David Frahm
I thought it relevant to add that I've reported the issue to Firebase, and they have asked the following: > Are you by any chance using this line in your...
Not a lot of info, but Firebase has told us this is a defective on their end. Once they fix it, this Android data should just work like it does...
@dwieeb No, using my container hostname as you suggest does not work. ``` david@penguin:~/projects/play/ionic-v4-beta$ ionic serve --address penguin.linux.test > ng run app:serve --host=penguin.linux.test --port=8100 [INFO] Waiting for connectivity with ng......
@dwieeb Just remembered what I was doing the other day to get something usable: 1. I run a default `ionic serve` 1. Above launches my browser to `http://penguin.linux.test:8100/` with failure...
I found this Ionic issue where a similar bug had been reported and was resolved for some with `ngBind` or `afterEnter` event manipulation. https://github.com/driftyco/ionic/issues/2881 In our app I tried the...
I have traced the title/back overlap issue down to an Ionic Material issue on iOS only. Changing Ionic Material's `bar.scss` to only left-align the title for android (Ionic default title...
By the way, I see that there is some callback error handling in Html5Video.js here: https://github.com/jaeger25/Html5Video/blob/master/www/Html5Video.js#L23 However, I never say that output anywhere. Might be another related opportunity for improvement.
I appreciate your response. I'll try to post separate issues for those install failures. The point of creating this issue was to discuss the creation of a way for people...
Or maybe link them to a repo where they can see the same structure as the template, but with content? That could even just be a link in a template...
I would like to make time and contribute to this issue. Before I dig in from scratch, any existing thoughts on how this should/could be implemented?