Could not find plugin "proposal-numeric-separator"
open package.json "dependencies": { "@babel/compat-data": "7.8.0" } run command npm install and then build your project and it should work.
View ArticleCould not find plugin "proposal-numeric-separator"
hi @Hammad6264 In my project the keyboard is not pushing the view content. keyboard appears over the inputs. Can you please help me to fix that. Thanks
View ArticleIonic/Vue app with Vuex/Firebase. Need help with persisting state!
This is a workshop i ran over a year ago that needs to be updated but i did use vuefire in it aaronksaunders/workshop-vuefire https://buff.ly/2ULaHZU
View ArticleNot able to generate resources with ionic v3
Trying to generate resources in ionic v3 using the command – ionic cordova resources but it failed with the HTTP error 503. Tried on healthy network also but suddenly it’s not working for last 1 day....
View ArticleIonic/Vue app with Vuex/Firebase. Need help with persisting state!
Link seems to 404 on Github. I was able to get Vuexfire working and it’s pretty sweet, although I’ll probably run up a big tab with document reads. Maybe I can use it sparingly. My only issue now is...
View ArticleCordova + Service Workers - I this possible?
I couldn’t take “no” for an answer so went on a hunt to see if I could code my way out of this. I had initial luck with manually fetching and adding items (https://localhost/cordova.js and the plugin...
View ArticleIonic 4 firebase phone-authentication redirect new users to particular page
I am using firebase phone-authentication in my ionic 4 app. I have successfully implemented jwt authentication. If the token is available I redirect users to the main page else redirecting to the...
View ArticleHow to solve cors issue
i am getting the below error how to resolve this Access to XMLHttpRequest at ‘http://localhost/rmfdevmobile/public/api/getpodcasts’ from origin ‘http://localhost:8100’ has been blocked by CORS policy:...
View ArticleIonic 4: HttpClient is giving me a “http error response 0 unknown error”
Have you tried this method : http://www.slimframework.com/docs/v3/cookbook/enable-cors.html
View ArticleIonic components in dynamic html or iframe
I would like to display dynamic HTML content in an ionic (react) app and enrich it with ionic components. I know, this is highly discouraged. After browsing the forum, there are quite a few questions...
View ArticleHow to solve cors issue
often, your server (localhost) needs to be configured to allow cors. For example, I use the serve package from npm. And have a folder with static ressources. serve . # does not work, cors policy fails...
View ArticleAmount validation
my requirement is in that input box those vaues are getting through api response … i want to validate in place of zero(0) If i enter 6788.7888 it should not allow to accept It should accept value...
View ArticleIonic 4 modal backdrop
I want to disable modal dismiss when you click outside the modal. I’ve tried many different examples but didn’t work. async openExtras(){ let modal = await this.modalCtrl.create({ component:...
View ArticleRes.ionic.io not running?
Hi! im getting the same error even after reinstalling ionic. I get it on “ionic cordova platform add android” , : ionic cordova resources android --force Collecting resource configuration and source...
View ArticleIonic 4 can't skip login page when app starts or reloads
Can’t be. Can you provide your routing Files?
View ArticleIonic 4 modal backdrop
You can provide a Value backdropDismiss for this. See: https://ionicframework.com/docs/api/modal#properties
View ArticleHow to convert this ionic 3 to ionic 5
The Title doesn’t really match to your Code. You should describe your Problem. There are many Migration Tutorials from Ionic online.
View ArticleDark Mode not working for ionic 5
@mhartington please find the below Github repository: GitHub al1991i/PlacesToGo Contribute to al1991i/PlacesToGo development by creating an account on GitHub.
View Article