Hi! I’m new in this of Ionic Framework. I want to create an offline app. But I want to implement my own programming language built in c# code to the app. How can I do this? I know ionic apps use TypeScript but i don’t find a way to mix the two languages.
I don’t think there’s really a way to do this. The closest you could do is write a Cordova plugin using Java. If you’re dead set on C# you may want to look into Xamarin.
Forget it. Kinda removes the point of Ionic / PWA / write once run everywhere.
Xamarin is write once, then write a UI for each platform, compile individually, have ZERO offering for any other platform such as the web browser / desktop, pray.
Actually I was exploring Xamarin, but i like ionic because is more cross-platform, you can’t have a Xamarin app running in the web or in the desktop. Should I write the programming language (is an interpreter) in TypeScript?
Only in a very superficial sense. I think you should not try to look for similarities, but instead approach learning idiomatic Angular from the ground up.
Ever feel in development we’re constantly ‘starting again’ lol.
It’s all too easy to attempt to fight the tide based on our previous knowledge, as soon as you’re swimming in the same direction all of a sudden stuff starts to work.