I want to integrate webpage into an Ios application. I have created a webpage using D3 js and SVG elements. I am trying to display the webpage on Ipad Pro 12.9" 2nd generation. But somehow it is showing only a 1/4 portion of my webpage in webView.
Here is the webpage URL - http://ec2-54-198-148-171.compute-1.amazonaws.com/webapp/question
I got iPad pro-resolution from apple website which is 1366X1024 so I have created a webpage for the same resolution.
I have verified webpage on browsers like safari, chrome, firefox and it's looking perfect on it with 1366X1024 resolution.
Attached screenshot BrowserScreenCap taken with 1366 X 1024 on browser and IpadAppScreenCap took on iPad application. I am using WKwebView on IOS side. I have verified webpage layout on simulator only. How we make that webpage fullscreen?