IonFullApp - Ionic Starter app with lots of integrations

IonFullApp - Ionic Starter app with lots of integrations

High quality Ionic starter app template with tons of functionality and examples

$25.00

Not yet rated
IonicThemes

IonicThemes

Member since 2015

Details

Version:
1.3.0
Size:
0mb
Ionic:
1.x
Platforms:
iOS, Android
View ID:
1C9E4526
Released:
9 years ago
Updated:
3 years ago
Category:
Starters
Tags:
AngularJS, cordova plugins, geolocation, google feed integration, high quality ionic themes, hybrid app, ionic app, ionic components, ionic starter app, ionic templates, mobile design, mobile themes, phonegap, push notifications, wordpress integration

This template is for Ionic 1. If you are looking for an Ionic 5 starter app template check Ionic 5 Full Starter App.

IonFullApp is a high quality Ionic starter app template built with Ionic Framework, which gives you the bootstrap you need in order to build your next mobile app. It has tons of components, plugins and examples so you can build the kind of app you need.

The app uses SASS, which basically is CSS with super powers. Each component has its dedicated sass files and partials well structured with independent variables so you can have maximum modularity, flexibility and customizability.

To see more details please go here.

best seller mobile app template ionic template layouts ionic template multiple layouts ionic cordova plugins ionic themes angular ionic theme documentation ionic free tutorials

Components:

  • Wordpress Integration
  • Authentication flow (login, signup, forgot password)
  • Google Feeds Integration
  • Bookmarks
  • Maps and geolocation
  • Image picker
  • Tinder cards
  • Slider
  • Profile
  • Email composer
  • Social Sharing
  • iAd & adMob
  • App rate
  • In app browser
  • App settings
  • Push notifications (using a node server).
  • and more...

Test before you buy

demo apk

Or You can test the app using Ionic View ID: 1C9E4526 (Please note that when testing on Ionic View some Cordova plugins will not work)

Hey there! You'll need to log in before you can leave a comment here.

dragos

dragos   ·   9 years ago

hi, any chance to get facebook, twitter and google login with this template?

IonicThemes

IonicThemes   ·   9 years ago

Hi @dragos, we are working on facebook and google integrations right know. Please send me an email to ionicthemes@startapplabs.com and I will keep you posted on this.

Kashyap Mukkamala

Kashyap Mukkamala   ·   9 years ago

@Dayana any plans on shipping this wonderful starter with any of the login apps (login one?)

IonicThemes

IonicThemes   ·   9 years ago

Hi @Kashyap, currently it doesn't include oauth integration but if you send me an email to ionicthemes@startapplabs.com I will help you with this.

Hosein

Hosein   ·   9 years ago

Hi. Is it possible to integrate this great App with any e-commerce system like opencart ?

IonicThemes

IonicThemes   ·   9 years ago

Hi @Hosein, thanks for your interest in ionFullApp. There is a WooCommerce REST API which you can use to integrate WooCommerce functionality to this app. http://docs.woothemes.com/document/woocommerce-rest-api/ Please let me know if there is anything else I can do for you.

Arnaud Saint-Paul

Arnaud Saint-Paul   ·   9 years ago

Hi @Dayana, does it work for iPad and tablets as well?

IonicThemes

IonicThemes   ·   9 years ago

Hi @Arnaud, I haven't tested it on tablets, it does support it but maybe you need to adapt some styles as the item was developed mobile first. I would suggest you to try the demo on your desired tablet and see if it looks good for your needs before buying. Bests.

Arnaud Saint-Paul

Arnaud Saint-Paul   ·   9 years ago

Thanks @Dayana for your comment. I purchased it anyway. Will let you know my findings ;). I am trying to compile to run on my Apple 6 and got the following message. Can you help? ld: 'ionFullApp/Plugins/cordova-plugin-admobpro/GoogleMobileAds.framework/GoogleMobileAds(GADGestureUtil.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target.

IonicThemes

IonicThemes   ·   9 years ago

@Arnaud check this link http://stackoverflow.com/a/30856364/1330740

Arnaud Saint-Paul

Arnaud Saint-Paul   ·   9 years ago

Found it as well :). Now it works! Tried on iPad and it is great as well. Only caveat is the CSS is not adapting when displaying the login bgd image. Putting on landscape display does not work either. Any idea?

Arnaud Saint-Paul

Arnaud Saint-Paul   ·   8 years ago

Hi @Dayana, I located in views.js the function $templateCache. If I modify a view do I need to update the $templateCache variable as well? Why such function? Is it mandatory?

IonicThemes

IonicThemes   ·   8 years ago

Hi, you don't need to edit views.js. We are using angular templatecache https://docs.angularjs.org/api/ng/service/$templateCache to preprocess all the views in the app which improve performance dramatically. Also see gulp-angular-templatecache https://www.npmjs.com/package/gulp-angular-templatecache Let me explain this a little bit. If we choose to follow the “default” angular/ionic approach we would have each of our views loaded with a particular AJAX request. If we have many views, this will cause many AJAX request slowing down the app needlessly. The alternative we use is using angular templatecache which concatenates all the views html into one javascript file that loads those views to angular avoiding multiple AJAX requests. With this approach we just need to make one request to that javascript file (named views.js). We use gulp tasks that do this automatically, so when you change your html in your text editor gulp will re-create this views.js file and all will be ok. The problem may occur when you don’t have gulp running and you are changing your html, in this case gulp won’t be able to re-create views.js file so you won’t see your html updates in your app. Make sure you had run npm install!!You can fix this by turning on gulp (by making sure gulp is installed and by running ionic serve ) or by removing the dependencies to views.js file and your_app_name.views module in your app.js (this will cause you to follow the angular default approach). Were you able to run npm install without getting any error?

Arnaud Saint-Paul

Arnaud Saint-Paul   ·   8 years ago

@Dayana, thank you so much for this detailed explanation. I surmised it was something like this but I did not know that it was taken care of through Gulp :). No issues to use npm install so far. I am creating now my first views so all should be fine assuming gulp is on.

Arnaud Saint-Paul

Arnaud Saint-Paul   ·   8 years ago

@Dayana, any way to allow landscape display as well? Ot is it done on purpose to stick to portrait mode?

IonicThemes

IonicThemes   ·   8 years ago

Hi @Arnaud, it is blocked on purpose, however, if you want to change that you should go to the config.xml and edit this line: <preference name="Orientation" value="portrait" />

Adrien

Adrien   ·   8 years ago

Hi Dayana, I'll be interested in the theme but I'm looking for a LinkedIN login. Are you expecting to include it going forward?

Josh Dardis

Josh Dardis   ·   8 years ago

Hello, Do you do paid customizations?

IonicThemes

IonicThemes   ·   8 years ago

Hi Adrien, currently we don't have Linkedin login integration in our roadmap. However, you can use this cordova plugin to integrate Linkedin login https://github.com/nraboy/ng-cordova-oauth

IonicThemes

IonicThemes   ·   8 years ago

Hi Josh, thanks for your interest in our work but currently we don't have availability for custom jobs.

Adrien

Adrien   ·   8 years ago

Thanks Dayana, I was also looking at )auth which seems to fit my needs. Also any plan to migrate this starter kit to Ionic 2 as the alpha version is out?

IonicThemes

IonicThemes   ·   8 years ago

Hi Adrien, alpha versions change very fast, so i think we will wait till beta version is released.

Asim Khan

Asim Khan   ·   8 years ago

very nice app, i am also working on ionic app and develop few features. check at http://haz.herokuapp.com

Philip

Philip   ·   8 years ago

Hello, very good app. I just have a question. Is there any difference between ionWordpress and IonFullApp? Thank you.

IonicThemes

IonicThemes   ·   8 years ago

Hi @Philip ionFullApp is a generic app and is open to be used for many different purposes, while ionWordpress is super specialised and deeply integrated with Wordpress (authentication, posts, comments, categories, search, push notification, etc) Please let me know if you need further assistance.

  ·   8 years ago

Hello, I am most interested in how the project is constructed, as this is a quick way for me to purchase the right structure than create it myself. How are Controllers, Services etc added, are they all in a single controller file? or do you have a bulk controller loader for all the files in a /controllers folder, or do you mix views, controllers and routes into smaller components? The best way to commuicate this would be a screenshot of the folder tree for the app if possible? Other developers like myself would no doubt find this useful too.

  ·   8 years ago

Also does it come with a commercial license for the Admob/iAd plugins?

Rony Efendy

Rony Efendy   ·   8 years ago

Hi @Dayana, I edit signup.html file but when I run 'ionic serve', it doesn't reflect the changes. Would you let me know what could be wrong?

IonicThemes

IonicThemes   ·   8 years ago

Hi @Rony please find you answer here: http://codecanyon.net/item/ionfullapp-ionic-phonegapcordova-full-hybrid-app/10400343/faqs/24861

IonicThemes

IonicThemes   ·   8 years ago

Hi @Darryl you can find a screenshot of the structure in the following link: https://dl.dropboxusercontent.com/u/30675090/Screen%20Shot%202015-12-21%20at%209.32.13%20AM.png It does not includes commercial license for the Admob/iAd plugins.

clemsou

clemsou   ·   8 years ago

Hello. I have a question for you: (I downloaded apk available but I did not buy it yet)... Here is the scenario: I go on the signup page, I fill the form an click "sign up". --> I arrive on the "feeds categories" page. If I use my "android device back button" it brings me back to the signup (AND THAT IS GOOD). however, if instead of using the "android device back button", I go to "saved for later" and then use my "android device back button" then we exit the APP.... WHY IS THAT? --> it should go back to the "feed category page", should it not?

Ujwala

Ujwala   ·   8 years ago

@Dayana are you planning to build ionic2 version of this app?

Maurice Savery

Maurice Savery   ·   8 years ago

ionic2, angular2, es6

Temitope Kolawole

Temitope Kolawole   ·   8 years ago

I bought the theme but i can not download it and I need it for urgent project

Temitope Kolawole

Temitope Kolawole   ·   8 years ago

and my internet is fast

IonicThemes

IonicThemes   ·   8 years ago

Hi @Temitope, you can only buy and download this theme in the following link: http://bit.ly/buy-ionfulapp-ionicmarket

Brian Kopp

Brian Kopp   ·   8 years ago

What backend does this use for user creation and such?

Ken Crismon

Ken Crismon   ·   8 years ago

Just purchased and am trying to build the starter. Getting the following errors. * BUILD FAILED ** The following build commands failed: CompileC build/ionFullApp.build/Debug-iphonesimulator/ionFullApp.build/Objects-normal/i386/APPEmailComposer.o ionFullApp/Plugins/de.appplant.cordova.plugin.email-composer/APPEmailComposer.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/user/dev/w/wwaes/ionic/sandbox/ionFullApp_1.4.0/platforms/ios/cordova/build-debug.xcconfig,-project,ionFullApp.xcodeproj,ARCHS=i386,-target,ionFullApp,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=/Users/user/dev/w/wwaes/ionic/sandbox/ionFullApp_1.4.0/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/user/dev/w/wwaes/ionic/sandbox/ionFullApp_1.4.0/platforms/ios/build/sharedpch Tried to uninstall the ios platform then re-add the platform. It seems as though IONIC is finding cached versions of the cordova plugins. How do I uninstall the IOS platform and also remove it from the cache so that it pulls down a fresh version?

IonicThemes

IonicThemes   ·   8 years ago

it seems that email composer is not working properly. If you don’t need it you can just remove the plugin and the error should go away. Cordova plugins sometimes mess up. Try to delete platforms and plugins folder and then regenerate them again. You can use the following commands to remove and recreate platforms 1) ionic platform rm ios 2) ionic platform add ios 1) ionic platform rm android 1) ionic platform add android

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

R J

R J   ·   8 years ago

Hi ,I'm confused by your response to one of the messages below. If I purchase this here, I can't get this theme? The app and theme are different and sold separately? Please clarify. You said you have to buy it here -->> http://bit.ly/buy-ionfulapp-ionicmarket Thanks!

IonicThemes

IonicThemes   ·   8 years ago

Hi, you can buy this app here: http://codecanyon.net/item/ionfullapp-full-ionic-template-cordova-plugins/10400343?ref=IonicThemes&utm_source=ionicmarket&utm_medium=affiliate&utm_campaign=ionfullapp

R J

R J   ·   8 years ago

I don't get it, what's the difference between the app there and the app here? Please clarify, thank you.

IonicThemes

IonicThemes   ·   8 years ago

There's no difference, it's the same app but. we sell it in codecanyon.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

R J

R J   ·   8 years ago

And, does this have a back end? If not, what method do you suggest for running ads in this? And how is content stored?

IonicThemes

IonicThemes   ·   8 years ago

You can check the documentation to see how we suggest to serve ads, but basically you can use admob and iad.

R J

R J   ·   8 years ago

Ok thanks. What about a backend for content?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Rodrigo Orellana

Rodrigo Orellana   ·   8 years ago

hi... great apps !!... did you use angular2 and ionic2 on this template?

IonicThemes

IonicThemes   ·   8 years ago

Hi, currently all of our themes are developed using Ionic 1.x. We are working on new Ionic 2 resources so if you are interested you can Subscribe here to be in the loop. http://eepurl.com/b9AtEz

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Bruno Andrade

Bruno Andrade   ·   8 years ago

hello, I have purchased this template: but trying to build it in android i get these errors: 08-03 13:30:24.937: E/AndroidRuntime(17240): FATAL EXCEPTION: main 08-03 13:30:24.937: E/AndroidRuntime(17240): Process: com.startapplabs.ionFullApp, PID: 17240 08-03 13:30:24.937: E/AndroidRuntime(17240): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.startapplabs.ionFullApp/com.startapplabs.ionFullApp.MainActivity}: java.lang.NullPointerException 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2202) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2252) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.ActivityThread.access$800(ActivityThread.java:139) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1200) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.os.Handler.dispatchMessage(Handler.java:102) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.os.Looper.loop(Looper.java:136) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.ActivityThread.main(ActivityThread.java:5103) 08-03 13:30:24.937: E/AndroidRuntime(17240): at java.lang.reflect.Method.invokeNative(Native Method) 08-03 13:30:24.937: E/AndroidRuntime(17240): at java.lang.reflect.Method.invoke(Method.java:515) 08-03 13:30:24.937: E/AndroidRuntime(17240): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790) 08-03 13:30:24.937: E/AndroidRuntime(17240): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:606) 08-03 13:30:24.937: E/AndroidRuntime(17240): at dalvik.system.NativeStart.main(Native Method) 08-03 13:30:24.937: E/AndroidRuntime(17240): Caused by: java.lang.NullPointerException 08-03 13:30:24.937: E/AndroidRuntime(17240): at org.apache.cordova.PluginManager.getPlugin(PluginManager.java:172) 08-03 13:30:24.937: E/AndroidRuntime(17240): at org.apache.cordova.PluginManager.startupPlugins(PluginManager.java:98) 08-03 13:30:24.937: E/AndroidRuntime(17240): at org.apache.cordova.PluginManager.init(PluginManager.java:87) 08-03 13:30:24.937: E/AndroidRuntime(17240): at org.apache.cordova.CordovaWebViewImpl.init(CordovaWebViewImpl.java:116) 08-03 13:30:24.937: E/AndroidRuntime(17240): at org.apache.cordova.CordovaActivity.init(CordovaActivity.java:144) 08-03 13:30:24.937: E/AndroidRuntime(17240): at org.apache.cordova.CordovaActivity.loadUrl(CordovaActivity.java:214) 08-03 13:30:24.937: E/AndroidRuntime(17240): at com.startapplabs.ionFullApp.MainActivity.onCreate(MainActivity.java:32) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.Activity.performCreate(Activity.java:5275) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2166) 08-03 13:30:24.937: E/AndroidRuntime(17240): ... 11 more

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Sakshi

Sakshi   ·   7 years ago

Hi, I purchased ionFullApp and implemented DB. When I run it on the local server, I get am error saying 'cordova.js file is missing' 404 not found. Why is this?

IonicThemes

IonicThemes   ·   7 years ago

It is because cordova works in the device or emulator not in the browser.

Sakshi

Sakshi   ·   7 years ago

When I try to add android I get an error saying jshint file not found, error 1.why is this happening?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Philip

Philip   ·   7 years ago

Hello, I have purchased the ionFullApp. I have a question for your code. I saw your code has use 'angular template cache' in the view.js. May I ask you how to create the 'content' in the $templateCache.put. Like $templateCache.put("views/app/forms.html","<ion-v ... . Please pass some tips about this, thank you.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Sakshi

Sakshi   ·   7 years ago

I purchased the ionFullApp template from ionic market and created an app using this template. There is a walkthrough page which has a login button, that redirects to the login page where a user can enter their email and password. When testing the app on iOS and android, there were no issues and no errors. However, after the app has been released, a problem occurs where the login button on the walkthrough page, that is meant to redirect to the login page does not respond. There is no click, and the page does not redirect. Does anyone have any idea why this might be happening? The line of code for the login button on walkthrough page: <a class="login button button-block button-stable" ui-sref="auth.login"> Log In </a>

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

john morgenthaler

john morgenthaler   ·   6 years ago

I sell virtual products through WooCommerce Memberships Subscriptions. Can you integrate your tool with this extension?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

john morgenthaler

john morgenthaler   ·   6 years ago

I sell virtual products through WooCommerce Memberships Subscriptions. Can you integrate your tool with this extension?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Sakshi

Sakshi   ·   7 years ago

I purchased the ionFullApp template from ionic market and created an app using this template. There is a walkthrough page which has a login button, that redirects to the login page where a user can enter their email and password. When testing the app on iOS and android, there were no issues and no errors. However, after the app has been released, a problem occurs where the login button on the walkthrough page, that is meant to redirect to the login page does not respond. There is no click, and the page does not redirect. Does anyone have any idea why this might be happening? The line of code for the login button on walkthrough page: <a class="login button button-block button-stable" ui-sref="auth.login"> Log In </a>

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Philip

Philip   ·   7 years ago

Hello, I have purchased the ionFullApp. I have a question for your code. I saw your code has use 'angular template cache' in the view.js. May I ask you how to create the 'content' in the $templateCache.put. Like $templateCache.put("views/app/forms.html","<ion-v ... . Please pass some tips about this, thank you.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Sakshi

Sakshi   ·   7 years ago

Hi, I purchased ionFullApp and implemented DB. When I run it on the local server, I get am error saying 'cordova.js file is missing' 404 not found. Why is this?

IonicThemes

IonicThemes   ·   7 years ago

It is because cordova works in the device or emulator not in the browser.

Sakshi

Sakshi   ·   7 years ago

When I try to add android I get an error saying jshint file not found, error 1.why is this happening?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Bruno Andrade

Bruno Andrade   ·   8 years ago

hello, I have purchased this template: but trying to build it in android i get these errors: 08-03 13:30:24.937: E/AndroidRuntime(17240): FATAL EXCEPTION: main 08-03 13:30:24.937: E/AndroidRuntime(17240): Process: com.startapplabs.ionFullApp, PID: 17240 08-03 13:30:24.937: E/AndroidRuntime(17240): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.startapplabs.ionFullApp/com.startapplabs.ionFullApp.MainActivity}: java.lang.NullPointerException 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2202) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2252) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.ActivityThread.access$800(ActivityThread.java:139) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1200) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.os.Handler.dispatchMessage(Handler.java:102) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.os.Looper.loop(Looper.java:136) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.ActivityThread.main(ActivityThread.java:5103) 08-03 13:30:24.937: E/AndroidRuntime(17240): at java.lang.reflect.Method.invokeNative(Native Method) 08-03 13:30:24.937: E/AndroidRuntime(17240): at java.lang.reflect.Method.invoke(Method.java:515) 08-03 13:30:24.937: E/AndroidRuntime(17240): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790) 08-03 13:30:24.937: E/AndroidRuntime(17240): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:606) 08-03 13:30:24.937: E/AndroidRuntime(17240): at dalvik.system.NativeStart.main(Native Method) 08-03 13:30:24.937: E/AndroidRuntime(17240): Caused by: java.lang.NullPointerException 08-03 13:30:24.937: E/AndroidRuntime(17240): at org.apache.cordova.PluginManager.getPlugin(PluginManager.java:172) 08-03 13:30:24.937: E/AndroidRuntime(17240): at org.apache.cordova.PluginManager.startupPlugins(PluginManager.java:98) 08-03 13:30:24.937: E/AndroidRuntime(17240): at org.apache.cordova.PluginManager.init(PluginManager.java:87) 08-03 13:30:24.937: E/AndroidRuntime(17240): at org.apache.cordova.CordovaWebViewImpl.init(CordovaWebViewImpl.java:116) 08-03 13:30:24.937: E/AndroidRuntime(17240): at org.apache.cordova.CordovaActivity.init(CordovaActivity.java:144) 08-03 13:30:24.937: E/AndroidRuntime(17240): at org.apache.cordova.CordovaActivity.loadUrl(CordovaActivity.java:214) 08-03 13:30:24.937: E/AndroidRuntime(17240): at com.startapplabs.ionFullApp.MainActivity.onCreate(MainActivity.java:32) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.Activity.performCreate(Activity.java:5275) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087) 08-03 13:30:24.937: E/AndroidRuntime(17240): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2166) 08-03 13:30:24.937: E/AndroidRuntime(17240): ... 11 more

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Rodrigo Orellana

Rodrigo Orellana   ·   8 years ago

hi... great apps !!... did you use angular2 and ionic2 on this template?

IonicThemes

IonicThemes   ·   8 years ago

Hi, currently all of our themes are developed using Ionic 1.x. We are working on new Ionic 2 resources so if you are interested you can Subscribe here to be in the loop. http://eepurl.com/b9AtEz

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

R J

R J   ·   8 years ago

And, does this have a back end? If not, what method do you suggest for running ads in this? And how is content stored?

IonicThemes

IonicThemes   ·   8 years ago

You can check the documentation to see how we suggest to serve ads, but basically you can use admob and iad.

R J

R J   ·   8 years ago

Ok thanks. What about a backend for content?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

R J

R J   ·   8 years ago

Hi ,I'm confused by your response to one of the messages below. If I purchase this here, I can't get this theme? The app and theme are different and sold separately? Please clarify. You said you have to buy it here -->> http://bit.ly/buy-ionfulapp-ionicmarket Thanks!

IonicThemes

IonicThemes   ·   8 years ago

Hi, you can buy this app here: http://codecanyon.net/item/ionfullapp-full-ionic-template-cordova-plugins/10400343?ref=IonicThemes&utm_source=ionicmarket&utm_medium=affiliate&utm_campaign=ionfullapp

R J

R J   ·   8 years ago

I don't get it, what's the difference between the app there and the app here? Please clarify, thank you.

IonicThemes

IonicThemes   ·   8 years ago

There's no difference, it's the same app but. we sell it in codecanyon.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Ken Crismon

Ken Crismon   ·   8 years ago

Just purchased and am trying to build the starter. Getting the following errors. * BUILD FAILED ** The following build commands failed: CompileC build/ionFullApp.build/Debug-iphonesimulator/ionFullApp.build/Objects-normal/i386/APPEmailComposer.o ionFullApp/Plugins/de.appplant.cordova.plugin.email-composer/APPEmailComposer.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/user/dev/w/wwaes/ionic/sandbox/ionFullApp_1.4.0/platforms/ios/cordova/build-debug.xcconfig,-project,ionFullApp.xcodeproj,ARCHS=i386,-target,ionFullApp,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=/Users/user/dev/w/wwaes/ionic/sandbox/ionFullApp_1.4.0/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/user/dev/w/wwaes/ionic/sandbox/ionFullApp_1.4.0/platforms/ios/build/sharedpch Tried to uninstall the ios platform then re-add the platform. It seems as though IONIC is finding cached versions of the cordova plugins. How do I uninstall the IOS platform and also remove it from the cache so that it pulls down a fresh version?

IonicThemes

IonicThemes   ·   8 years ago

it seems that email composer is not working properly. If you don’t need it you can just remove the plugin and the error should go away. Cordova plugins sometimes mess up. Try to delete platforms and plugins folder and then regenerate them again. You can use the following commands to remove and recreate platforms 1) ionic platform rm ios 2) ionic platform add ios 1) ionic platform rm android 1) ionic platform add android

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Brian Kopp

Brian Kopp   ·   8 years ago

What backend does this use for user creation and such?

IonicThemes

IonicThemes   ·   8 years ago

Hi @Temitope, you can only buy and download this theme in the following link: http://bit.ly/buy-ionfulapp-ionicmarket

Temitope Kolawole

Temitope Kolawole   ·   8 years ago

and my internet is fast

Temitope Kolawole

Temitope Kolawole   ·   8 years ago

I bought the theme but i can not download it and I need it for urgent project

Maurice Savery

Maurice Savery   ·   8 years ago

ionic2, angular2, es6

Ujwala

Ujwala   ·   8 years ago

@Dayana are you planning to build ionic2 version of this app?

clemsou

clemsou   ·   8 years ago

Hello. I have a question for you: (I downloaded apk available but I did not buy it yet)... Here is the scenario: I go on the signup page, I fill the form an click "sign up". --> I arrive on the "feeds categories" page. If I use my "android device back button" it brings me back to the signup (AND THAT IS GOOD). however, if instead of using the "android device back button", I go to "saved for later" and then use my "android device back button" then we exit the APP.... WHY IS THAT? --> it should go back to the "feed category page", should it not?

IonicThemes

IonicThemes   ·   8 years ago

Hi @Darryl you can find a screenshot of the structure in the following link: https://dl.dropboxusercontent.com/u/30675090/Screen%20Shot%202015-12-21%20at%209.32.13%20AM.png It does not includes commercial license for the Admob/iAd plugins.

IonicThemes

IonicThemes   ·   8 years ago

Hi @Rony please find you answer here: http://codecanyon.net/item/ionfullapp-ionic-phonegapcordova-full-hybrid-app/10400343/faqs/24861

Rony Efendy

Rony Efendy   ·   8 years ago

Hi @Dayana, I edit signup.html file but when I run 'ionic serve', it doesn't reflect the changes. Would you let me know what could be wrong?

  ·   8 years ago

Also does it come with a commercial license for the Admob/iAd plugins?

  ·   8 years ago

Hello, I am most interested in how the project is constructed, as this is a quick way for me to purchase the right structure than create it myself. How are Controllers, Services etc added, are they all in a single controller file? or do you have a bulk controller loader for all the files in a /controllers folder, or do you mix views, controllers and routes into smaller components? The best way to commuicate this would be a screenshot of the folder tree for the app if possible? Other developers like myself would no doubt find this useful too.

IonicThemes

IonicThemes   ·   8 years ago

Hi @Philip ionFullApp is a generic app and is open to be used for many different purposes, while ionWordpress is super specialised and deeply integrated with Wordpress (authentication, posts, comments, categories, search, push notification, etc) Please let me know if you need further assistance.

IonicThemes

IonicThemes   ·   9 years ago

Hi @dragos, we are working on facebook and google integrations right know. Please send me an email to ionicthemes@startapplabs.com and I will keep you posted on this.

Asim Khan

Asim Khan   ·   8 years ago

very nice app, i am also working on ionic app and develop few features. check at http://haz.herokuapp.com

IonicThemes

IonicThemes   ·   8 years ago

Hi Adrien, alpha versions change very fast, so i think we will wait till beta version is released.

Adrien

Adrien   ·   8 years ago

Thanks Dayana, I was also looking at )auth which seems to fit my needs. Also any plan to migrate this starter kit to Ionic 2 as the alpha version is out?

IonicThemes

IonicThemes   ·   8 years ago

Hi Josh, thanks for your interest in our work but currently we don't have availability for custom jobs.

IonicThemes

IonicThemes   ·   8 years ago

Hi Adrien, currently we don't have Linkedin login integration in our roadmap. However, you can use this cordova plugin to integrate Linkedin login https://github.com/nraboy/ng-cordova-oauth

Josh Dardis

Josh Dardis   ·   8 years ago

Hello, Do you do paid customizations?

Adrien

Adrien   ·   8 years ago

Hi Dayana, I'll be interested in the theme but I'm looking for a LinkedIN login. Are you expecting to include it going forward?

IonicThemes

IonicThemes   ·   8 years ago

Hi @Arnaud, it is blocked on purpose, however, if you want to change that you should go to the config.xml and edit this line: <preference name="Orientation" value="portrait" />

Arnaud Saint-Paul

Arnaud Saint-Paul   ·   8 years ago

@Dayana, any way to allow landscape display as well? Ot is it done on purpose to stick to portrait mode?

Arnaud Saint-Paul

Arnaud Saint-Paul   ·   8 years ago

@Dayana, thank you so much for this detailed explanation. I surmised it was something like this but I did not know that it was taken care of through Gulp :). No issues to use npm install so far. I am creating now my first views so all should be fine assuming gulp is on.

IonicThemes

IonicThemes   ·   8 years ago

Hi, you don't need to edit views.js. We are using angular templatecache https://docs.angularjs.org/api/ng/service/$templateCache to preprocess all the views in the app which improve performance dramatically. Also see gulp-angular-templatecache https://www.npmjs.com/package/gulp-angular-templatecache Let me explain this a little bit. If we choose to follow the “default” angular/ionic approach we would have each of our views loaded with a particular AJAX request. If we have many views, this will cause many AJAX request slowing down the app needlessly. The alternative we use is using angular templatecache which concatenates all the views html into one javascript file that loads those views to angular avoiding multiple AJAX requests. With this approach we just need to make one request to that javascript file (named views.js). We use gulp tasks that do this automatically, so when you change your html in your text editor gulp will re-create this views.js file and all will be ok. The problem may occur when you don’t have gulp running and you are changing your html, in this case gulp won’t be able to re-create views.js file so you won’t see your html updates in your app. Make sure you had run npm install!!You can fix this by turning on gulp (by making sure gulp is installed and by running ionic serve ) or by removing the dependencies to views.js file and your_app_name.views module in your app.js (this will cause you to follow the angular default approach). Were you able to run npm install without getting any error?

Arnaud Saint-Paul

Arnaud Saint-Paul   ·   8 years ago

Hi @Dayana, I located in views.js the function $templateCache. If I modify a view do I need to update the $templateCache variable as well? Why such function? Is it mandatory?

Arnaud Saint-Paul

Arnaud Saint-Paul   ·   9 years ago

Found it as well :). Now it works! Tried on iPad and it is great as well. Only caveat is the CSS is not adapting when displaying the login bgd image. Putting on landscape display does not work either. Any idea?

IonicThemes

IonicThemes   ·   9 years ago

@Arnaud check this link http://stackoverflow.com/a/30856364/1330740

Arnaud Saint-Paul

Arnaud Saint-Paul   ·   9 years ago

Thanks @Dayana for your comment. I purchased it anyway. Will let you know my findings ;). I am trying to compile to run on my Apple 6 and got the following message. Can you help? ld: 'ionFullApp/Plugins/cordova-plugin-admobpro/GoogleMobileAds.framework/GoogleMobileAds(GADGestureUtil.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target.

IonicThemes

IonicThemes   ·   9 years ago

Hi @Arnaud, I haven't tested it on tablets, it does support it but maybe you need to adapt some styles as the item was developed mobile first. I would suggest you to try the demo on your desired tablet and see if it looks good for your needs before buying. Bests.

Arnaud Saint-Paul

Arnaud Saint-Paul   ·   9 years ago

Hi @Dayana, does it work for iPad and tablets as well?

IonicThemes

IonicThemes   ·   9 years ago

Hi @Hosein, thanks for your interest in ionFullApp. There is a WooCommerce REST API which you can use to integrate WooCommerce functionality to this app. http://docs.woothemes.com/document/woocommerce-rest-api/ Please let me know if there is anything else I can do for you.

Hosein

Hosein   ·   9 years ago

Hi. Is it possible to integrate this great App with any e-commerce system like opencart ?

IonicThemes

IonicThemes   ·   9 years ago

Hi @Kashyap, currently it doesn't include oauth integration but if you send me an email to ionicthemes@startapplabs.com I will help you with this.

Kashyap Mukkamala

Kashyap Mukkamala   ·   9 years ago

@Dayana any plans on shipping this wonderful starter with any of the login apps (login one?)

dragos

dragos   ·   9 years ago

hi, any chance to get facebook, twitter and google login with this template?

Philip

Philip   ·   8 years ago

Hello, very good app. I just have a question. Is there any difference between ionWordpress and IonFullApp? Thank you.