on ‎2016 Feb 17 3:24 PM
I created html page with js to load i5 lib and draw and i5SPCChart as explained in this link:
Web Page Scripting for i5SPCCharts - SAP Manufacturing Integration and Intelligence - SAP Library
The i5SPCchart is working fine and displaying correctly in my windows laptop google chrome browser, but not in iPad.
I used safari browser and chrome browser in IOS iPad to test the html page and the i5SPCChart is not showing.
I only get white empty page, so I added some js alert("draw i5"); to see where in the code the iPad is not working and I found out it is after:
var i5SPC = new com.sap.xmii.chart.hchart.i5SPCChart("<Display Template>", "<Query Template>");
and before:
i5SPC.setChartWidth("640px");
i5SPC.setChartHeight("400px");
i5SPC.draw("div1");
Please help ? how can I make it display in iPad ?
Request clarification before answering.
Hi Momen,
Did you check the console? Any errors?
Enable the Safari Debug Console on iPhone &#038; iPad
Regards,
Sai Vellanki.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.