Select item in ionic 2
You’re welcome bro. It’d help a lot if you show some data displayed on console.log()
View ArticleMap and Multiple Markers
Hi, I need help to insert multiple markers on my map. I have no technical background about coding and I am therefore using the simple drag and drop components in ionic creator. I have already inserted...
View ArticleIs there any tool to test the security of an ionic app?
So, i dont achieved to test my app with Toxyn, then i use Protractor and Jasmine for E2E tests only.
View ArticleIs there any tool to test the security of an ionic app?
Thanks @robinyo , awesome link!
View ArticleLocal notification instant trigger
How can you trigger a notification instantly? // Schedule delayed notification this.localNotifications.schedule({ text: 'Delayed ILocalNotification', at: new Date(new Date().getTime() +1000), led:...
View ArticleIonic PDF Creator - Scan documents & Convert images to PDF
Hello guys, i want to share with you my latest Ionic application, which allow users to convert images to PDF and scan documents using mobile camera. This app has a lot of features such as: Selecting...
View ArticleIonic PDF Creator - Scan documents & Convert images to PDF
Awesome job, it works great on IOS and Android as well, i like the way to converting from Camera to PDF, how did you do that ? which ionic plugin did you use for that ?. Thanks in advance.
View ArticleSearch submit button text: Search or Go
I’ve got a search bar in my header and I’d like the iOS keyboard to show the blue “Search” or “Go” instead of the usual “return” button. Normally this is accomplished by just putting type="search"...
View ArticleIonic PDF Creator - Scan documents & Convert images to PDF
Hey, i’m glade that you like it Plugins used in this application are : @ionic-native/camera @ionic-native/admob-free @ionic/storage @ionic-native/document-viewer @ionic-native/file-opener...
View ArticleXCode tells me to install cordova-plugin-local-notification, even though it's...
Hi everyone I’m trying to use local notifications for ionic. I want to ask the user for permission to use local notifications. But when I call registerPermission() I get the following error: WARN:...
View ArticleMap and Multiple Markers
Hi @Za13, Without some coding knowledge/experience (particularly Javascript), you’re going to have a pretty tough time with Ionic. Also, many people won’t respond at all unless you share some code...
View ArticleChange the transition animation properties for the side menu
Do you solve it? I’ m on similar requisites. Thanks
View ArticleError: Network error randomly on IOS
My app is running fine in production most of the time, but I am collecting all errors using Sentry (and raven-js) I can see that this error often occurs - but have no error reports from my users, so...
View ArticleIonic push service, does this exist?
It was deprecated a while ago now. You need to use FCM or similar solutions now (OneSignal etc)
View ArticlePouchDB with Ionic 3 - Which storage system should I use?
Hey Yury, not sure if it is a conflict. Those statements are done on a very broad scope/scale and when it comes to a specific project - you can decide what works best for you. Personally I tried both,...
View ArticleHow to send data to a page without pushing to that page?
Well I would agree with ralphskie - use a provider that is shared across both pages. Persistence of that data is a separate question I think (you can persist it using Ionic Storage if you need to...
View ArticleBuild using --prod not working
During build for production this process does a lot of things like tree shaking. So in your case you need to resolve exactly what the console tells you. You need to ensure this page...
View Article