Screen rotation crashes app on Windows 10 Tablet

Hi all, previous to version 1.2, I had problems running on a Windows 10 tablet, where the app would crash just after you rotate the screen. I initially thought it was the split view, but I remove this and replaced with a single <div>,and now realised it wasn’t the splitview to blame.

I have just updated to version 1.2 of the library but unfortunately still have the issue. I tried adding a window.onerror, but don’t seem to get the alert I added within it, appearing.

Has anyone else had any problems with this screen rotation (only in Windows 10, is fine for Android)

Thanks in advance!

No longer a problem. Due to the way I put my sample together (manually adding Ionic), I missed a couple of bits including the

<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">

in index.html