microsoft / ace

Build Cordova apps with true native UI
http://microsoft.github.io/ace
Other
850 stars 155 forks source link

how to do Widget on Ionic 3 😢😢😢 #83

Open gostrafx opened 5 years ago

gostrafx commented 5 years ago

I think it's a great plugin ✔ and not compatible with ionic 3 you will have to make an update 👍

da314pc commented 5 years ago

@gostrafx this project is deprecated

chaymankala commented 4 years ago

@da314pc Do you know any other similar projects to this?

da314pc commented 4 years ago

@chaymankala You could try https://github.com/Flipboard/react-canvas, this essentially how html5 games run at decent fps.. But honestly I looked.. and had to migrate..just spent the last 7 months migrating to react native.. Cordova isn't maintained like it used to be, its hard to find decent keyboard.. and list are really bad because the user can scroll to fast outside the viewport.. I think you can use NativeScript with angularjs.. but I think you still have you use the API which means most of your frontend code will have to be ported.

chaymankala commented 4 years ago

@da314pc spent almost 2 years on development of this project, so migrating is not an option for me now. React would be a better choice though, but its too late :( Anyway, thanks for the reply, I guess Im stuck with non-widget cordova application

da314pc commented 4 years ago

Trust me I know how you feel, I spent almost 2 years on my project.. The problem with this library is it only works with a cordova app, no Ionic integration. What part of your app do you need native features for?