4

What are the disadvantages of using Ionic Framework or OnsenUI only as a hosted...

 3 years ago
source link: https://www.codesd.com/item/what-are-the-disadvantages-of-using-ionic-framework-or-onsenui-only-as-a-hosted-webapp.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

What are the disadvantages of using Ionic Framework or OnsenUI only as a hosted webapp

advertisements

We plan to create a hosted web app with AngularJS. As UI Framework we found Ionic and Onsen to work well with AngularJS. Both of this frameworks promote that they are made particularly for Hybrid Apps. But us I understand correctly, both frameworks are based on web technologies. So what are the drawbacks when using the suggested UI frameworks for non Hybrid Apps? Is it mainly the Browser support?

Thanks


Well, both Ionic and Onsen are made particularly for Hybrid Mobile Apps. You just won't be able to use it even for tablet apps without customization (If I am wrong, please correct me) just because they target the limited viewport and incorporate phone UX patterns.

Also, they are made with PhoneGap in mind (the apps will be hosted in the WebView component), and addresses some common WebView problems, e.g GPU acceleration for better performance.

If you need just some UI framework for a simple Web App you'd better have a look at Twitter Boostrap or Zurb Foundation. For a complex case you may even consider Sencha instead of Angular.

Related Articles

What are the disadvantages of using a large React component?

What are the disadvantages of using one big React component? I have a deep experience using webpack, browserify, AngularJS, ES6, NPM and other similar web framework. I am new to React. I want to create a single page app in React. I don't want or need

What are the disadvantages of using a PHP database class as a singleton?

What are the disadvantages of using a PHP database class as a singleton?The disadvantages are the same as for any class that uses the Singleton pattern: It is hard to test code that uses singletons.

What are the disadvantages of using SqlServer views?

What are the downsides of using SqlServer Views? I create views frequently to show my data in a denormalized form. I find it much easier and therefore faster, less error prone, and more self documenting, to query one of these joins rather than to gen

What are the disadvantages of using hidden form fields to store values?

What are the downsides of using hidden form fields to store values that would otherwise have to either be a global variable or be passed around from function to function. For instance... A variable like currentIndex that changes from song to song in

What are the disadvantages of using XML on HTML?

I was wondering what are the demerits of using XML over HTML or XHTML. I mean, both can be styled using CSS and scripted via JavaScript. Also idea of using XML over HTML sounds much powerful for the developer, since the developer has much much more c

What are the disadvantages when using random values ​​in unit tests?

I would like to know what are the downsides of using random values in some of the Unit Testing. I'm talking about a large scales system, with many servers and non deterministic input in high capacity. when i say non deterministic i'm talking about me

What are the disadvantages of using the local store dated from Parse.com

The title says it all: What are the cons, the disadvantages and the general bad effects for an iOS app of enabling Parse.com's local datastore? I'm asking mainly because the local datastore provides a 'side-effect' of creating only one instance of th

What are the disadvantages of using a private local depot for Hudson jobs?

Hudson provides the option to have a Maven build job utilize a private local repository, or use the common one from the Maven installation, i.e. one shared with other build jobs. I have the sense that our builds should use private local repositories

What are the disadvantages of using a method that calls a delegate for each line in SqlDataReader?

When I find a new idea, I always stick with it, and am unable to see any weak sides of it. Bad things happen when I start to use the new idea in a large project, and discover some moths later that the idea was extremely bad and I shouldn't use it in

What are the disadvantages of using javascript to build an entire web page?

A friend of mine is programming a web page. Instead of writing any HTML in the .html file, he is outputting the entire website with javascript. Excluding SEO, or the fact that it will be a pain to debug, what are the downsides to this? Also, if there

What are the disadvantages of using synchronous ajax call?

This question could surely be applied to jQuery but in this case I am referring to Prototype. In the Prototype doc it says, Since synchronous usage is rather unsettling, and usually bad taste, you should avoid changing this. Seriously. I'm not sure w

what are the disadvantages of using a cross-platform framework to develop a single platform?

Lately I've been contemplating whether I should start studying another framework since I only have a windows machine and I don't intend to make cross-platform software anytime soon. So to help me with that decision... Is there any disadvantage to usi

What are the disadvantages of using the unchanging state in React?

I have built my first React application with stateful stores the "normal" way, and now I am looking into using an immutable global state like used in the Este starterkit. The state of all stores is kept together in a single immutable data struct

What are the disadvantages of using Garbage Collection?

Most of the modern languages have built in garbage collection (GC). e.g. Java, .NET languages, Ruby, etc. Indeed GC simplifies application development in many ways. I am interested to know the limitations / disadvantages of writing applications in GC

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK