You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I have disabled DDP with
FastRender.debugger.blockDDP()
In browser, it works and I see the data injected into DOM inside
text/inject-data
.However, when it's run on mobile (android), the data is not injected.
Do I need to configure some settings on Cordova to make it work?
The text was updated successfully, but these errors were encountered: