Namespace not specified. Specify a namespace in the module's build file
It should be fine to downgrade. Looks like you need to be on Java 16 with Gradle 7- Compatibility Matrix
View ArticleNamespace not specified. Specify a namespace in the module's build file
Atualizei a versão do java 17 para 16: Mas estou tendo este retorno abaixo: Fiz algumas pesquisas e na tentativa de fazer funcionar, ajustei a versão do...
View ArticleNamespace not specified. Specify a namespace in the module's build file
Trying restarting your computer I had to do that for a different Java version to take affect in Android Studio. After that, do a Gradle Sync and Clean/Rebuild - Troubleshooting Android Issues |...
View ArticleIonic 6 + Cordova: compileSdkVersion is not specified
The problem is that in the build.gradle file there is a variable compileSdk whose value was not properly declared. Before: So, in your Android Studio you need to add the rootProject.ext. dependency...
View ArticleUnable to apply custom formatting to ion-input
Hey @twestrick! Gotta say, I’m super impressed with that. A few small changes, and it’s pretty much perfect in your stackblitz example. When I went to implement it in my Angular component, there seem...
View ArticleUnable to apply custom formatting to ion-input
Oh, forgot to ask, do you know if there is a way to centre the text vertically inside the ion-input. I was able to adjust the location of the label (floating) by putting it in a div and using a...
View ArticleIonSearchbar show-clear-button="always" doesn't work?
Noticed this myself. Definitely a bug.
View ArticleSet height 100% for ion-textarea?
Can’t see any useful options in the ion-textarea to make it fill it’s parent container. I’d like to create a form and make the textarea occupy it’s parent fully. I won’t bother writing any code to...
View ArticleIonic capacitor push notifications not working for android and even device is...
0 ionic capacitor push notifications not working for android and even device is not getting registered over azure hub but when i see over the ionic app console i can see device token and notification...
View ArticleFile download in ionic capacitor app android 14
Thank you for your suggestion! I’ve updated my post with proper code formatting for better readability.
View ArticleThis app requires a webview to work
Hey, how are you? I noticed that Ionic Angular 19 is not working. What I found is that when the www folder is created, it has a different architecture: WWW prerendered-routes.json Browser Folder:...
View ArticleIon-input floating label not centered vertically
Hi, im using the ion-input component with this configuration: <ion-input label="Outline input" label-placement="floating" fill="outline" placeholder="Enter text"></ion-input> Just like in...
View ArticleNamespace not specified. Specify a namespace in the module's build file
Reiniciei a máquina, segui a documentação, e agora sigo neste retorno: Estou pensando em refazer esse projeto em uma versão atualizada (fingir esquecer do tempo que levei para fazer ), por que, testei...
View ArticleIonic capacitor push notifications not working for android and even device is...
Did you follow this guide? Push Notifications - Firebase | Capacitor Documentation
View ArticleIonic capacitor push notifications not working for android and even device is...
Yes, i followed it but still i face the problem
View ArticleCan Use location of the image when uploaded from library for ionic capacitor
Currently we only use the location of the images when the photos is taking our app. Can we use the location of the photo also when we add one from the library? Do we have plugin or suggest a solution...
View ArticleCan Use location of the image when uploaded from library for ionic capacitor
It’s not really clear on what you mean. If you mean selecting a photo from the user’s phone, there is this plugin Capacitor File Picker Plugin - Capawesome.
View ArticleNamespace not specified. Specify a namespace in the module's build file
I’m not really sure on that error, it’s outside of my knowledge. As you said, you would be better off upgrading to Capacitor 6 so you are on a supported version.
View ArticleIonic capacitor push notifications not working for android and even device is...
It’s not really clear on what the problem is. Is it that your phone is not receiving the push notification? How are you trying to send it? Have you tried sending one from the Firebase console?...
View ArticleFile download in ionic capacitor app android 14
A couple of things. First, @ionic-native is dead - A New Chapter for @ionic-native - Ionic Blog. Second, I believe you need to add file permissions to your AndroidManifest.xml. The plugins below...
View Article