According to Atwood's Law, "Any application that can be written in JavaScript, will eventually be written in JavaScript."
In this article, we will...
For further actions, you may consider blocking this person and/or reporting abuse
Or just make a PWA
Capacitor provides access to many native api's like push/local notification, geolocation, camera etc. The introductory article does not cover those topics because it would complicate the tutorial. If an app does not need any of the native APIs, I think PWA can be a good choice. I believe that capacitor has better iOS application support.
This interests me:
Capacitor WebRTC feature proposal: github.com/capacitor-community/pro...
Hey can we add custom splash screen to pwa?
Not possible at moment, the default way of adding a splash screen is allows the v browsers to boast up your pwa via web pack JavaScript package behind the scenes, so custom splash is not coming any time soon.
A splash screen? How very late 90s, early 2000s
Capacitor is a great tool, but something I blame it for is the fact that it depends on Android studio. I'm used to Vscode, and I prefer working with it. I have no interest in switching to Android Studio. So it becomes frustrating to create a project with Capacitor (and any other similar tools depending of Android Studio too).
Then you don't get it.. you don't need android studio for developing the app, you develop inside vscode like normal and only for the build you need xcode for ios or android studio for android, you develop the whole app still in vscode.
But again, i do need Android Studio or Xcode. I'm just waiting a real good ecosystem where with a simple command, i can build the app. This is possible, but not accessible.
You can't build native apps for ios on windows with vscode and also not for android in xcode you need that, I mean it is already so easy and people still complain, do you understand that you do nothing in android studio other than compiling when its ready nothing hard...
So we stay on the initial problem. We have to install almost 1go of tools (Android Studio), to use in the end not even 10% (the compilation part, build tools). It's like using a tank to kill a fly, it's not necessary.
I know very well that using Android Studio is simple, and very convenient, but why bother installing this IDE when someone could just create an environment for Vscode, or more generally create a CLI. I'm complaining because it's an unnecessary overhead, and many other developers are complaining about it too.
Also, as you mentioned, we can't build Android applications on Mac, and IOS applications on Windows/Linux. This is one of the problems I point out, to have a real ecosystem that is easy to use. Mobile application development is still a niche, but it's growing year by year, thanks to React Native and Expo, which simplifies the whole process.
You sound like a time traveller from 2009
Yea but plenty of api for pwa that has been abandoned or discontinued
For instance geo fencing and many more for either security exploits or something else
Pwa is a go to
But some core native api are just need to solve a usecase
AtWood's law has been usurped with WASM.
Javascript is optional now with Rust, Python, C#, and Java. Each create WASM assemblies allowing for no Javascript web apps.
I'm currently working on a Blazor project which is awesome. It's 100% isomorphic in C#. (Front end and backend) it also supports optional TypeScript and Javascript,css and scss.
Interesting, I have never made a website with c#. Is there any benefits for using blazor, .net like framework over svelte, next js?
Yes, Security is increased massively. Not to mention speed due to no JIT requirements.
What about PWA + WebView.
If some feature are not available on PWA you can use device native feature and using JS channel pass data to PWA.
Sounds interesting, do you have any resources where I can find more information about it?
I'm using the same, You can refer this
youtube.com/watch?v=FrqGGw9DYfs
Thank you for sharing
Nice in depth tutorial! π§‘
I'll go with Flutter or React Native for something more complex but overall, Capacitor is great for something fast and quick!
Yes, I think with react native and flutter it is easy to create an app that has native animation and feel to it.
This must be super awesome. Surely can't wait to give it a try. Thanks for this indeed.
You're welcomeβ€οΈ
Surely, probably we can connect as I could be able to learn a lot more from you. thank you!
Nice article!
Glad you liked it!
Nice introduction!! Will be trying it soon.
Nice tutorial π
Thank youβ€οΈ
Thank you for sharing this!
You're welcome βΊοΈ
Apt and well explained ππ»
Thank you!β€οΈ
bravo
Glad you liked it β₯
There is a native plugin for Splash screen.
capacitorjs.com/docs/apis/splash-s...
why not use react native?
It is flexible. You can use your favourite framework like svelte, Vue js or even vanilla js.
Might not be the best solution for every apps but I think there are usecases where you can use a library like this.
I have created a web app, which I will be deploying on playstore in few days which uses capacitor under the hood.