iOS plugin for sending user to Settings->Privacy->Location Services?
I am not sure but as answered above by dpa99c1, you may use this plugin to show a native iOS system dialog that will ask to open it for you. It seems the plugin can be implemented by ionic native...
View ArticleiOS plugin for sending user to Settings->Privacy->Location Services?
thanks. i have already tried this location accuracy plugin. and yes in ios, it is not showing dialog once cancel button is clicked. i think i have only one way for ios. i have to switch to setting...
View ArticleHow to clear indexedDB with Capacitor Storage and Angular?
Hi, I am trying to clear the indexedDB before storing a new picture from camera but unable to do so yet. I am using Angular with Capacitorjs Storage. I see the docs in Capacitor show a get() and...
View ArticleiOS plugin for sending user to Settings->Privacy->Location Services?
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleiOS plugin for sending user to Settings->Privacy->Location Services?
Yes, that would be a much better approach.
View ArticleIonic 3 app stopped making network request
I solved the issue related to sdk 28, by adding an attribute in AndroidManifest.xml Application. the attribute : cleartextTrafficPermitted=“true”. since I was requesting a http (not https) url.
View ArticleIs there anyway to protect my app from malicious apps like 'Lucky Patcher'
Im already giving all of me in making the app better for my users. And I’ll take that as a NO, you don’t know the response OR there’s no solution for it using Ionic Framework. Thanks anyway.
View ArticleIs there anyway to protect my app from malicious apps like 'Lucky Patcher'
Not 100% sure to be honest. But i’ll kind of echo what Rapropos is saying… If people want to hack and get around this stuff…they’ll probably do it. Unless you’re able to see what lucky patcher is...
View ArticleNested drop down
Hello, I need something like that (with two levels) in Ionic-4. Not to navigate but to select data. Is this possible? and is there somewhere an example implementation? I’m using the latest version of...
View ArticleHow does Ionic Enterprise pricing work?
Contact sales cant be contacted cuz asks for buissness address and company name
View ArticleIonic v5 - Ion-slide how to change pagination position
Hi!, I need help! I am trying to change the position of the ion-slide pagination. I know I can change to the .swiper-pagination class. However, I can only put .swiper-pagination in global.css. But...
View ArticleIonic v5 - Ion-slide how to change pagination position
Resolved! I managed to put the cosigo below in the component’s css. tab1.scss .swiper-slide, .swiper-pagination { bottom: -20px! important; }
View ArticleIn App Purchase : failed to build
Hello, I’m stuck like you after implements the cordova-plugin-purchase plugin. Did you find a solution ? Thank’s
View ArticleHow to clear indexedDB with Capacitor Storage and Angular?
Partial answer: I found Storage.clear(). Still confused because on progressive web apps Storage falls back to localstorage and clear() does clear. What I do not yet understand is why IndexedDB still...
View ArticleNgOnInit issues with routing
Is there a way to avoid having all the pages initialized in ionic? im wanting to initialize the page only when it loaded. I have read through documentation and it says that the avoiding the OnPush()...
View ArticleBUILD FAILED Android Ionic. But İos not failed
When I build my Ionic app for android it gives an error. When I do the same for iOS but there is no problem. Plugin list is attached below * What went wrong: Execution failed for task...
View ArticleNgOnInit issues with routing
Can you back up a bit and explain what you’re trying to achieve in less technical terms? I get concerned when app code starts encroaching onto framework territory, and I consider things like page...
View ArticleNgOnInit issues with routing
right so i have a home page that has multiple components on it. Each of the components are handling their own service calls OnInit(). issue with subscribing to the event is that with the current set...
View ArticleNgOnInit issues with routing
As long as ngOnInit isn’t called twice without an intervening ngOnDestroy, what’s the problem? If the page containing these components has been cached, but is not currently visible, why is it bad that...
View Article