Electron-Angular9 App showing blank white screen in Windows 7 , but working fine on Windows 8 - windows-7

My Electron App built for Windows with electron-builder is working fine on windows 8 , but showing white blank screen when the setup file installed on Windows 7

I could fix the issue After installing .NET 4.8 developer pack

Related

Will windows 8.1 app package from xamarin work for windows 10 tab?

I have created an app package for Windows 8.1 for a Hello world app using XAMARIN to test whether it works for windows 10 Surface Pro or not. And it Doesn't.
I am using a Windows 8.1 OS with Visual studio 15 and one of my friend is using Windows 13. In both our cases, it doesn't work. We have the latest version of xamarin.
Since Windows apps have a forward compatibility, Why doesn't this package work for Windows 10.
Do I have to specifically have a Windows 10 OS to develop windows 10 app in xamarin?
I have had a look in the Xamarin docs but cannot find my answer. Please help with a brief explanation.
Yes.you need windows 10 to develop windows 10 app in xamarin.and you must add UWP project not Window8.1 . UWP app will support in window 10 as well as others universal platform like windows 10 tablet also.

Windows UWP app for Windows 8 and 10 both

I am new to Windows app development and going to develop the first Windows app. Our client wants an UWP app that supports both Windows 8 and 10. I am planning to use a Windows 8.1 machine with Visual studio 2015 for development.
When I create a project for that should I create it as a Windows 8 Universal app or a Windows Universal app? From what I have read if I create a Windows Universal app I think it'll work only on Windows 10 only. So I guess I should create it as a Windows 8 app. Will that work in Windows 10 without any changes? Will that be available for both Windows 8 and 10 appstores?
Please share your knowledge and experience about this. Thanks.
If you want a single project, you have to use a Windows 8.1 project template. See screenshot below. It's a little confusing as this template is also called "Universal Windows" but mind the version number 8.1. It's in the template subfolder Windows 8. It will run on Windows 8.1 and Windows 10 but not on Windows 8. You can make it available to both platforms via Windows appstore.

Can't build cordova app on windows 7

I went through the whole process to initialize a cordova app from the command line as state on this webpage. I added the windows platform with the command cordova platform add windows, and then tried to build it. But I got an error saying that I may not have the required environment or OS to build this project. I'm not sure what that means or what I should do, this error isn't described on the webpage I've linked.
From the Windows Platform Guide:
This guide shows how to set up your SDK development environment to
build and deploy Cordova apps for Windows 8, Windows 8.1, Windows
Phone 8.1, and Windows 10 Universal App Platform.
There is no mention of Windows 7 which is what you state in your title. Thus the "Windows Platform" may not be supported on that version of Windows. Imagine trying to build a Windows application in Windows 95 today or Windows 98? You likely wouldn't do it as they are too old which is how some may view Windows 7 today as there are a few newer versions out there to support.

How to run cordova apps on windows 8.1 phone?

I am working on cordova app using Ionic framework & I want to test it on windows phone. I am working on windows 7 PC and my phone is lumia which runs on windows 8.1. Testing it on android was simple just get the apk on phone install it and run. But it dosen't work this way with windows. I have got Xap file using https://build.phonegap.com/. Now I want to test it on my lumia, just copy and pasting on the phone isn't working. Anybody who can help with the process. So far by R&D I came to know that to develop any thing on win 8.1 devices I am gonna need win 8.1 sdk which only works with win 8 PC. Is there any way I can run the app on my device with the existing software that I have.
You should be able to use the intel xdk to build a windows 8 version and put it on your phone. Grab the intel xdk here https://software.intel.com/en-us/intel-xdk, import your html5 project, hit the build tab at the top, follow the step by step instructions, build for windows 8, install it on phone and profit. You should not need a windows 8 pc for this to work as intel builds it on their servers and you simply download the app. I run this in ubuntu and do android, iphone, and any ohter build i need.

Windows 8 x64 crash on wp7 emulator loading

i'm developing on windows phone 7 and i don't have a device so i need to use the emulator for try the app. In Windows 7 i have no problem to work but now i'm migrate to windows 8 and when i launch the emulator the sistem crash and give me the blue screen. I've tried the compatibility mode but nothing change !
How can i use the emulator under windows 8 x64 developer preview?
The Windows Phone SDK is not supported on Windows 8. There is no official way round this.
Launching it in windows 7 compatibility mode works for me.
This is not related to Windows 8, the emulator crashes Windows 7 too if you have VT enabled in the BIOS. Disable it, and it will work.
try the following
Rename all of the *.dess files under %systemdrive%\programdata\Microsoft\XDE and restart the emulator. it should work.

Resources