Use ionic for a mobile website - angularjs

I have developed a mobile website with ionic.
It works very well except when loading ionic.css and ionic.bundle.min.js.
ionic.min.css is about 177k and ionic.bundle.min.js is about 415k
Their sizes are too big for a simple mobile website, and make the site load slowly.
Is there any other angular framework specially for mobile website?

Yes there is, Angular Mobile Demo
Here is the Home Page

Related

Angularjs with Ionic

I've gone through many references regarding Angularjs With ionic. Find out that Ionic gives a nice framework to develop mobile app.
However I am having a confusion. Now I am developing a responsive web application mainly using with bootstrap(foundation also nice one for responsive app).
In many references, they have mentioned like Ionic used to develop mobile app like native mobile app.
Is there any possibility to design the same app for desktop view? (Seriously I don't find any references for this).
If so, can you please provide some references?
If not, how can I develop the same app for desktop view?

Web to mobile app converter

I am looking for a service / software which takes website and wraps it in a mobile application for iPhone and Android. Without any additional features such as navigation or push messages. Just wrapping website + select app logo and name.
I am not able to find such a thing.
Maybe somebody knows?
You can try ionicframework or jQuery mobile for converting web app (client side javascript) to mobile app. Which supports both android and iOS.

Bootstrap or Jquery Mobile for Mobile website

I am planning to do a mobile website. Means it will be targeted only for only mobile phones, not tablets or PCs. I want it to have good performance (high speed).
I want to know whether I should use Bootstrap 3 or JQuery Mobile. Also I am using AngularJS. Which will serve my purpose in a cleaner way and more friendly with AngularJS. Any suggestions ??

Using Onsen-UI for Mobile Website and not for Mobile Application

Do you think it's good to use Onsen-UI for mobile websites and not for mobile application?
Was it not made for this purpose?
I have gone through their website and found nothing regarding mobile websites.
In case it does not work for mobile websites, may I know why?
Are there any specific mobile APIs that are not present in mobile browsers but its there in the application browser component?
Do you think it's good to use Onsen-UI for mobile websites and not for mobile application? Was it not made for this purpose?
I think that Onsen UI is originally created for developing mobile app. However, no matter happened when I adopted Onsen UI on my local web server and accessed with latest Firefox, Chrome, Safari and Opera, though I'm not sure in case old browsers.
Are there any specific mobile APIs that are not present in mobile browsers but its there in the application browser component?
I'd read their documentation and .js file. But no such APIs found. I think there are no such APIs.

IBM Worklight - Using native pages in a mobile web application

In worklight we can use native pages in a Hybrid application. Similarly I want to use the native pages in a the Mobile Web environment.
Is there any possibility to do this?
Short answer: No.
Longer answer:
WL.NativePage.show is available, as the documentation states, for Android and iOS.
Mobile Web environment - a webpage that is served, loaded, displayed, ... in the device's mobile browser app.
Hybrid app - an app that is comprised of a native shell and a WebView inside it, allowing the ability to open a native page... you do not have that in a browser.
There is no such thing in mobile web. Mobile web is a web site and not an application. However, you can leverage url schemas supported in iOS/Android. e.g. create an app that will declare myapp:// schema support and then add a link to your mobile web site, e.g. myapp://doAction1?param1=someparam
The application will start and process the URL. You can get a lot of info about it on the internet, e.g. http://wiki.akosma.com/IPhone_URL_Schemes

Resources