I have developed app using ionic 3. I need to display FXStreet’s Economic Calendar Pro widget into my application home page. For this I have done as like below, I have added this code into my src/index.html
This is working in ionic lab(when i check in browser). But not displaying in real device. This home.html code will display the out put of FXStreet’s Economic Calendar. Could you please help anyone to solve this issue. This is working in ionic 1 application, not working in ionic 2 based apps.
Then I have added the code inside my page src/pages/globaldata.html <div id="fxst_calendar" class="last-table" style="position: relative; width: 100%; overflow: auto; margin-bottom: 10px;"></div>
But this page is not displaying the widget inside my page. But it is working when I add the above globaldata.html widget code inside my home.html file. Because this home.html page is loading first when I open the app. So it is working but not working inside the other pages.