Click here to Skip to main content
15,881,139 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: HTML5 or XAML Pin
Sandeep Mewara29-Oct-20 4:26
mveSandeep Mewara29-Oct-20 4:26 
GeneralRe: HTML5 or XAML Pin
Gerry Schmitz29-Oct-20 4:51
mveGerry Schmitz29-Oct-20 4:51 
GeneralRe: HTML5 or XAML Pin
Mircea Neacsu29-Oct-20 5:56
Mircea Neacsu29-Oct-20 5:56 
GeneralRe: HTML5 or XAML Pin
BillWoodruff29-Oct-20 11:24
professionalBillWoodruff29-Oct-20 11:24 
GeneralRe: HTML5 or XAML Pin
Sandeep Mewara29-Oct-20 6:28
mveSandeep Mewara29-Oct-20 6:28 
GeneralRe: HTML5 or XAML Pin
RedDk29-Oct-20 7:18
RedDk29-Oct-20 7:18 
GeneralRe: HTML5 or XAML Pin
Gerry Schmitz29-Oct-20 13:24
mveGerry Schmitz29-Oct-20 13:24 
GeneralRe: HTML5 or XAML Pin
raddevus29-Oct-20 4:49
mvaraddevus29-Oct-20 4:49 
HTML5 is fantastic and amazing and solves deployment issues.

HTML5 is also a way around the iPhone app store (via PWA Progressive Web Apps).
A PWA has a feature (ServiceWorker) which allows the entire SPA (Single Page App) to be stored in a local file cache. That means everything works offline so even if the user loses connectivity or whatever.

I recently did this to escape the App Store. Now my app is fully functional on iPhones/iPads but all you have to do is go to my web site to see it: C'YaPass : Never type a password again[^]

The PWA also includes a functionality that allows the user to "Save to desktop" which will save the icon to the user's device so that the user can start it like any other app -- instead of having to go to a specific web page -- even though it is just the browser running the app.

In other worlds, I have used ElectronJS Electron | Build cross-platform desktop apps with JavaScript, HTML, and CSS.[^] ElectronJS (based upon HTML5) to create one code base that allows my app to be deployed to Win, Mac, & Linux. It works great.

Yes, I was a WinForms dev (C++ then C#) since Win3.1 but I'm embrace the new tech because deployment is really the worst challenge. If you don't believe that, it is because you have not had to build installation packages on the various Windows OSes. It was terrible all along the way then the challenges of Win Vista and ProgramData ProgramFiles AppData and all that. Phew...
GeneralRe: HTML5 or XAML Pin
Gerry Schmitz29-Oct-20 5:01
mveGerry Schmitz29-Oct-20 5:01 
GeneralRe: HTML5 or XAML Pin
raddevus29-Oct-20 5:14
mvaraddevus29-Oct-20 5:14 
GeneralRe: HTML5 or XAML Pin
Gerry Schmitz29-Oct-20 5:45
mveGerry Schmitz29-Oct-20 5:45 
GeneralRe: HTML5 or XAML Pin
raddevus29-Oct-20 8:00
mvaraddevus29-Oct-20 8:00 
GeneralRe: HTML5 or XAML Pin
Nelek29-Oct-20 9:12
protectorNelek29-Oct-20 9:12 
GeneralRe: HTML5 or XAML Pin
pth1429-Oct-20 22:34
pth1429-Oct-20 22:34 
GeneralRe: HTML5 or XAML Pin
  Forogar  30-Oct-20 5:39
professional  Forogar  30-Oct-20 5:39 
GeneralRe: HTML5 or XAML Pin
Ric W 149816522-Nov-20 1:41
Ric W 149816522-Nov-20 1:41 
GeneralRe: HTML5 or XAML Pin
alangrin553-Nov-20 0:27
alangrin553-Nov-20 0:27 
GeneralSomeone asked me if I had plans for the fall... PinPopular
OriginalGriff28-Oct-20 23:40
mveOriginalGriff28-Oct-20 23:40 
GeneralRe: Someone asked me if I had plans for the fall... Pin
RickZeeland28-Oct-20 23:47
mveRickZeeland28-Oct-20 23:47 
GeneralRe: Someone asked me if I had plans for the fall... Pin
Richard MacCutchan29-Oct-20 0:31
mveRichard MacCutchan29-Oct-20 0:31 
GeneralRe: Someone asked me if I had plans for the fall... Pin
RickZeeland29-Oct-20 1:29
mveRickZeeland29-Oct-20 1:29 
GeneralRe: Someone asked me if I had plans for the fall... Pin
Rage29-Oct-20 3:32
professionalRage29-Oct-20 3:32 
GeneralRe: Someone asked me if I had plans for the fall... Pin
RickZeeland29-Oct-20 3:43
mveRickZeeland29-Oct-20 3:43 
GeneralRe: Someone asked me if I had plans for the fall... Pin
W Balboos, GHB29-Oct-20 4:47
W Balboos, GHB29-Oct-20 4:47 
GeneralRe: Someone asked me if I had plans for the fall... Pin
Slacker00729-Oct-20 1:37
professionalSlacker00729-Oct-20 1:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.