Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR injects data into html in browser but not on mobile #164

Open
vohtaski opened this issue Mar 18, 2016 · 2 comments
Open

FR injects data into html in browser but not on mobile #164

vohtaski opened this issue Mar 18, 2016 · 2 comments

Comments

@vohtaski
Copy link

I have disabled DDP with FastRender.debugger.blockDDP()

In browser, it works and I see the data injected into DOM inside text/inject-data.
screen shot 2016-03-18 at 13 42 17 pm

However, when it's run on mobile (android), the data is not injected.
screen shot 2016-03-18 at 13 41 55 pm

Do I need to configure some settings on Cordova to make it work?

@thegizzada
Copy link

I am experiencing the same issue, were you able to find a solution?

@vohtaski
Copy link
Author

vohtaski commented Apr 8, 2016

I did not not find a solution yet.
The problem is that index.html file is served from the mobile phone,
so there is not request that hit server's api, so no data injection.

The solution would to enforce loading of a page from the server,
but I did not look into it yet. I wonder is that because of angular
or blaze people also have this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants