Why not just PWAs? I think the browser has come a long way, and a great number of things can now be accomplished in the browser without any additional frameworks. We built Bx ( https://usebx.com ) without any frameworks and it feels much like a native app on a phone or tablet when added to the home screen.
As soon as you like to access any sensors on the device, the PWA sadly isnt an option anymore.
Capacitor: Universal Web Applications
21–30 of 52 posts
Re: Capacitor: Universal Web Applications
#22Any benchmarks/testings to show the performance is on par?
Re: Capacitor: Universal Web Applications
#23Re: Capacitor: Universal Web Applications
#24Love to see this happen, but how's the performance (responsiveness, memory consumptions) compared to native? I believe the main reason people are reluctant to develop web-based apps is performance, which results in poor user experience. Any benchmarks/testings to show the performance is on par?
Re: Capacitor: Universal Web Applications
#25I see this is from the ionic people - What are the goals for this vs ionic? Is this supposed to eventually replace it? Will it still be pushing Angular on us, or is it possible to use any JS framework?
Once we integrate it into the Ionic CLI, you won't really have to think about which part is Ionic UI and which part is Capacitor.
Re: Capacitor: Universal Web Applications
#26I stumbled upon https://blog.ionicframework.com/announcing-capacitor-1-0-0-a... last week, much more info there.
Re: Capacitor: Universal Web Applications
#27Why not just PWAs? I think the browser has come a long way, and a great number of things can now be accomplished in the browser without any additional frameworks. We built Bx ( https://usebx.com ) without any frameworks and it feels much like a native app on a phone or tablet when added to the home screen.
I think there's a lot of instances you need more than is currently exposed for PWAs, especially on iOS. Push notifications is a big one. And the home screen installation on iOS (even with 11.3) leaves a lot to be desired compared to Android. P.S. Bx looks pretty awesome :)
Also, thanks! You should check Bx in a month when we roll out the next major release which (we think) makes it even better :)
Re: Capacitor: Universal Web Applications
#28Earlier quoted context omitted.
As soon as you like to access any sensors on the device, the PWA sadly isnt an option anymore.
It depends on the sensors you need access to. An iOS PWA has access to Geolocation, Magnetometer, Accelerometer, Gyroscope, Camera, Audio, Apple Pay, etc.
Re: Capacitor: Universal Web Applications
#29Earlier quoted context omitted.
As soon as you like to access any sensors on the device, the PWA sadly isnt an option anymore.
It depends on the sensors you need access to. An iOS PWA has access to Geolocation, Magnetometer, Accelerometer, Gyroscope, Camera, Audio, Apple Pay, etc.
Until iOS gets their shit together and makes it so that adding a glorified bookmark doesn't remove features, it's not a real viable option.
Re: Capacitor: Universal Web Applications
#30Why not just PWAs? I think the browser has come a long way, and a great number of things can now be accomplished in the browser without any additional frameworks. We built Bx ( https://usebx.com ) without any frameworks and it feels much like a native app on a phone or tablet when added to the home screen.
As soon as you like to access any sensors on the device, the PWA sadly isnt an option anymore.