tradingview / charting-library-examples

Examples of Charting Library integrations with other libraries, frameworks and data transports
MIT License
1.32k stars 744 forks source link

autoSave not working for android device #358

Open ashu171093 opened 10 months ago

ashu171093 commented 10 months ago

Added onAutoSaveNeeded to save chart after every 5 seconds like below widget.subscribe('onAutoSaveNeeded', () => { widget.saveChartToServer(()=>{ },() => { },{defaultChartName:"ChartLayout"}) });

This is properly work for ios device(chart get save after every 5 second as per required )but not working for android device