admin管理员组文章数量:1323714
I need some tips on how to convert a Electron app to Universal Windows Platform. I have imported all the JavaScript files into Visual studio 2017 and chosen Universal Windows Platform platform. My main problem is that I have renderers (renderer.js) which does not want to run when I pile the solution in Visual studio. I can build the solution, but when I run it I only get a white window. Any tips on how to solve this?
I need some tips on how to convert a Electron app to Universal Windows Platform. I have imported all the JavaScript files into Visual studio 2017 and chosen Universal Windows Platform platform. My main problem is that I have renderers (renderer.js) which does not want to run when I pile the solution in Visual studio. I can build the solution, but when I run it I only get a white window. Any tips on how to solve this?
Share Improve this question edited Oct 16, 2017 at 9:43 Vadim Kotov 8,2848 gold badges50 silver badges63 bronze badges asked Jul 5, 2017 at 6:56 IceCodeIceCode 1411 silver badge9 bronze badges 02 Answers
Reset to default 4So i have found a solution for my problem.
I found that in the JS(UWP) applications manifest it was starting some main.js file. I changed this file to start the wanted index.html file and it resolved my problems. Sorry for having so little information to go on. Also enabling the KIOSK mode was really simple so everything is working out as wanted.
Are you just wanting to submit on the store or want a proper universal app? If it's just the former, take a look at https://github./felixrieseberg/electron-windows-store
本文标签: javascriptConverting Electron app to UWP appStack Overflow
版权声明:本文标题:javascript - Converting Electron app to UWP app - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742127256a2421997.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论