233 comments found.
im getting error while using push http://prntscr.com/c3smog
https://forum.ionicframework.com/t/forbidden-403-csrf-verification-failed-request-aborted-ionic-api-v1/57264plz update how to use push notification now
Thank you for pointing this to us. We are scheduling a new release.
when we will get this update …
In the next 1-2 weeks.
I have a few questions:
1. this will be a hybrid app right? it will provide some kind of container whereby inside the container will run the HTML code?
2. this works for both android and IOS? Do you also provide the tools to compile to apk and ipa?
3. for the wordpress integration, do I have to use mobile responsive wordpress themes? Will the other wordpress plugins work for this? How do we integrate this with wordpress? Do I have to put a plugin in my wordpress?
4. Can I put image on the push notification ads? I have seen and received some push notifications with images.
1. In theory this is how it works. In practice the HTML part of the app is built by using the Ionic Framework. A combination mix of HTML and AngularJS. In addition to that you are still free to use any valid HTML markup.
2. Yes it works for both platforms you mentioned. The tools for that are provided by Ionic and Cordova. Please check the web page that follows for details http://ionicframework.com/docs/guide/publishing.html3. No. The theme WP is using is not part of the equation. All the content is retrieved from the WP site in JSON format by using one of the related WP Plugins
4. You should handle this in your code. Once the notification is received you should have your code get and display the related image.
Hi! I buyed the version 2 of this template in the https://market.ionic.io/starters/barebone-ionic-2---full-application .... I’ve some problems with some TS errors after first compilation… Can you help me? Please send me an email to eduardoojimenez@outlook.com to follow the conversation… Thanks.
Sorry for write on this account but the Market Ionic Comments section not works correctly…
Thanks in advanced!
Hi,
you could always contact us by using our support portal
https://appseed.desk.com/customer/portal/emails/newRegarding Barebone 2 we have released a new, updated, version where this issue is addressed.
If you are not able to get access to this updated pack please send us a message by using the link mentioned above.
OK, thanks I already send a email by appseed..
i could not setup. I got a blank screen on the Grunt serve—lab
for ios and android
and i got this error angular.js:4547 Uncaught Error: [$injector:modulerr] Failed to instantiate module starter due to: Error: [$injector:modulerr] Failed to instantiate module barebone.ad due to: Error: [$injector:nomod] Module ‘barebone.ad’ is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
Hi, what is the node version you are using?
i npm update to the latest
Hi could you please check if you have any Ad Blocker plugin installed in your browser?
Also, please, run the command node -v and send us the output.
Hello,
I ought convert my wordpress site into a mobile app, please let me know to what extent this application will help me.. will it hep me to pull wordpress pages and display with some wordpress plugins like woocommerce??
You will need the following two application in order to learn how to integrate Wordpress and Woocommerce with an Ionic mobile app.
https://codecanyon.net/item/barebone-ionic-full-application/11565196 https://codecanyon.net/item/catalogue-ionic-full-application/14293513You could use the code of these application and the related examples as your point of reference. This will help you also to figure out how WP and WooCommerce works and how you will be able to retrieve data from there.
You will need however to build your own app. The features you are describing could easily be implemented.
Hello, can this be implemented for Drupal 8 sites. I have a very simple D8 site and wanted to send notifications when new blog post is created to all who have the ios/android app. Is this possible.
The task you are describing is more Drupal related rather than Ionic related. The app will receive the notification. You need your Drupal code though to send it.
Hi 1- how can we integrate wordpress page in this app. 2- how ti integrate it to FCM firebase Cloud Messaging as u know GCM is now FCM
1. You should install a JSON plugin in your WP site and expose its content in JSON format. Then you should consume these JSONs in the Ionic app. Please study the related example available in this application
2. We need you to provide us more specific information about the integration you are mentioning and what you are trying to achieve.
Hi,
your ionic app is mostly my need. and I’m new for ionic. Let’s Try!!! Let’s Go!!
Thank you
Hi, in order to make the most out of our app, please, make sure you have read the Start Guide that comes within the pack you downloaded. Also, do not hesitate to contact us if you need further help. Thank you
hi , best way to remove unnecessary plugins.. plz share detailed process
Hi, first you can list all plugins used in your project with the command cordova plugin list. Then, you can remove every plugin you do not need with the command cordova plugin remove <PLUGIN_NAME>. For example, cordova plugin remove cordova-plugin-admobpro.
Did you have an example with a most advanced product search o image gallery. I need to do a application repository with multiples search criteria like category, size, platform, free/paid, etc..
Hi, we do not have one but you could hire us to implement it as a mini-project. If you are interested, please, use our support centre and contact us providing more details about the features your app should have: https://appseed.desk.com/customer/portal/emails/new
Can I compile it with just intel XDK?
Hi, the codebase we provide does not support XDK officially. Though, there are people who use XDK and report that Ionic and XDK work well together. However, this is something we cannot support. What we do suggest for development is the usage of any text editor and the tools Ionic and Cordova CLI provide. We encourage you to have a look at the documentation of this app prior to purchasing it so you can have a clearer view of what we suggest and what you can use for development purposes. You can find the documentation on “Item Details” tab and download it.
Hi sudden i am getting this error http://prntscr.com/bpwe5r i was upgraded to nodjs 6.2.2 then i downgraded nodjs to 4.4.7 but this error not gone.
Why iam getting this error
Hi, this error suggests that you should install Ruby and Sass on your machine. Please, make sure that they are properly installed.
Hi! Excelent Work! This application support add wordpress comments to post?
?i, thanks for your kind words. You will need to extend the implementation of the WP API for this feature. Also, you can hire us to do that for you as a mini project.
hi,
i have changed json file in news module (app/script/news) i am getting json data in list page. http://prntscr.com/bnud2a but when i am clicking on any post for details detail page is blank http://prntscr.com/bnudp1 screenshot of news.service.js http://prntscr.com/bnueummy json data url is http://cdn.clickerstudio.in/directory.json
plz help why i am not getting data in article detail page
hi, i got the problem
In your sample json data id value is like- “id” : 1, but in my json data id value is like – “id”: “1”, when i remove the quotes from id value detail page start sowing data. but my website generates json as “ID”: “1”, what an where to change the code of this app so that it start working
thanks
Hi, under the app/scripts/news path, in news.service.js file you can parse the article id and convert it to number as shown in the screen capture: https://drive.google.com/file/d/0B5d8Lqm1ViE1Ulp2NFVLM3NZalk/view?usp=sharing
thank for reply can u explain exactly what code i have to add to read Json data as – ( “ID”: “1” instead of “ID”: 1)
You just add the following line where the arrow points in the previous screen capture: result[i].id = parseInt(result[i].id);
thanks now its working
hello, i have some questions before buy:
1. can i use only some components of the app? Like login, chat and wordpress? 2. chat is working only in chat room or you can chat directly with other user? 3. can i make private chat rooms or the users can make a closed group 4. i want to see only the users from a data base not from phone contacts and have this options on the list : a. on swipe r to l to show mail/ direct message/ call / link to detail page (the same way you show to delete or edit product on shop page here : https://d1a6a9r46cnyll.cloudfront.net/d967f7cc3602c31da477a5133a59bfb56190cc4e/687474703a2f2f736b6f756e69732e73332e616d617a6f6e6177732e636f6d2f7075626c69632f656e7661746f2f62617265626f6e652d696f6e69632f73686f7070696e672d636172742e6a7067 ) b. search contact
i now i have to do some coding but if you say the app is modular maybe i can figure how to do this
thanks
Hi, thanks for your interest in buying our product. 1. Yes, you can remove/hide any component that you do not need. 2. App works only with pre-defined chat rooms. 3. This is not implemented in this app but you could add it with some coding. 4. I am not sure if I understand your question. Could you please rephrase?
The app is extremely modular. You can have a hint of the app architecture by downloading the app’s documentation located in “Item Details” tab and reading the “Create a new module” section of the Start Guide.
First of all thank you for your answer.
what i wanted to say is:
4. here i referred to the chat users – i want to show in a list just the ones that log in to the app not from phone contacts, and i want to show them in a ionic complex list (on slide show buttons on the right side like the example you provided in my cart, but the buttons to be mail/ direct message/ call / link to detail page )
Chat users are the users of the app and not from phone contacts. Concerning the buttons with the corresponding actions you described, you will need to do a lot of custom work in order to implement this feature as this is not part of the app features. However, it is possible if you have some prior coding experience.
Hello. I purchased Barebone Ionic and ihave an issue when running install.sh.
Loading “Gruntfile.js” tasks…ERROR >> Error: Cannot find module ‘cordova’ Warning: Task “platform:add:ios” not found. Use—force to continue.
I have cordova installed in a standalone directory and works great with ionic. How can i fix it please.
Thant you
Ok it was a dependecy problem sorry
We are glad you resolved your issue. Please, let us know if you need any further help.
hi i am using wordpress and wants to use json api to read custom post type from my website which module will be best wordpress, news,rss ?
i am using this url http://www.singraulionline.com/ssoapi/getposts/ bu not getting any post if i change json url provided by u that is working i have validated my json url that is also ok.
plz help where is the problem
http://prntscr.com/bj8mb6 http://prntscr.com/bj8mlx http://prntscr.com/bj8mtjbut this json data is also not working
but this json data is also not working
but this json data is also not working
Hi, you can create a ticket for our support centre so our staff will be able to help you better using this form: https://appseed.desk.com/customer/portal/emails/new. Could you please describe what settings you have done in the mobile app? Did you follow the suggested steps described in the Start Guide (“Wordpress” section under “Configuration” chapter) that comes within the pack you downloaded?
Hi I get this error when following install instructions: generator-ionic@0.8.0 requires a peer of yo@>=1.0.0 but none was installed.
Then proceeded and got this error after install Loading “Gruntfile.js” tasks…ERROR >> SyntaxError: /Users/Ohms/Virtualenvs/ionic/project/package.json: Unexpected token ] in JSON at position 4215 Warning: Task “build” not found. Use—force to continue.
Aborted due to warnings. (ionenv) Marys-iMac:project
Hi, for npm versions after 3, peer dependencies are not istalled automatically and you should install them manually. In order to do that, just run npm install yo@1.0.0
The error you are getting means that the package file is distorted. Please, replace its content with that of the package.json.local file and run ./install.sh again.
Thank you… Now I get this error Running “concurrent:server” (concurrent) task Warning: (node:60288) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. Use—force to continue.
Aborted due to warnings.
After—force I got it to work but will this cause problems later?
Sorry for all the messages here. Apparently Ionic isn’t supported in node 6 and that is why I’m having these problems. I’ll down grade to node 5.
Hi, that is correct. Ionic does not support node 6. Please, let us know if downgrading to node 5 resolves your issues.
Hi yes it did resolve it. Thank you!
Hi, I want to make an image gallery where a person selects a category then ventures into a subcategory then finally to image . Plus the image should have all exif details printed, is this possible with this ?
Also does t support both shoutcast and icecast streams ? and background playback supported or not?
Hi, you can do what you are mentioning but you should implement it by writing your own code. You could use what Ionic provides to implement the views and the image galleries with the navigation you are describing. Also, you could use a JS library to read the EXIF meta-data as the following one: https://github.com/exif-js/exif-js. You could also hire us to implement it for you as a mini-project. The app does support Shoutcast and Icecast streams but you can send us your own stream to test it beforehand. Also, the app supports background playback.
Hi I want have this app running for my project, Wich server/hosting I will be need for hosting this app?, database or other mechanism for save the data?, I undertand only PHP, javascript, phonegap, but i think that you no use PHP, What I need learn for understand the full source code That you have here?
Other question more, for the push notification what service you use in this app?
Hi, this is a mobile app that uses Ionic framework. Therefore, some web technologies are used such as Javascript, HTML, CSS/Sass and AngularJS. In order to have a better understanding whether this app is for you or not, please, visit the following informative post by Ionic team: http://blog.ionic.io/where-does-the-ionic-framework-fit-in/. Also, Push notification feature also uses Ionic. For more information check the Ionic’s official documentation: http://docs.ionic.io/v1.0/docs/push-overview
but not answered the Server backend technology question, what technology you use in this app for the server side? or not use any? I know PHP/Mysql, your use this or other? thanks
Over the push notification question, Ionic have your owner server or this use GMC? and for IOS ,use APN?
There is no server side part since the app consumes static JSON files for any data need. Naturally, you can use this app as an inspiration and connect it with your own backend if the data it provides has a JSON structure. As for Ionic’s push notification, as the official documentation explains, it uses GCM service for Android devices and APN for iOS devices.