FR injects data into html in browser but not on mobile
Opened this issue · 2 comments
vohtaski commented
thegizzada commented
I am experiencing the same issue, were you able to find a solution?
vohtaski commented
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?