kadirahq/fast-render

FR injects data into html in browser but not on mobile

Opened this issue · 2 comments

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?

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

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?