Splash screen keeps loading forever on device, but it already on the next...
@cikcoh wrote: Hi, i’m testing on samsung j7plus, android version 7.1.1. The splash screen keeps loading forever, when i click the ‘task manager’ button and get back to the app, then only the page...
View ArticleSide Menu displays empty
@karthikvks wrote: Hi There, I’m trying to display side menu combined with tabs. Tabs are working as expected, but while clicking on the menu button it displays empty menu with the topic “pages”....
View ArticleSend multiple data to database using rest API in Ionic3
@M014 wrote: I had a list of students, with toggle button I need it to be checked by default and store its value in a variable with respect to student id and send it to the database (if toggle true...
View ArticleCan't get ionic v4 CLI generated component to work
@gcamporotondi wrote: I’m currently working with the latest Ionic and I’m having a hard time trying to get a CLI generates component to work. I start with a blank proyect and then create a new...
View ArticleAndroid won't display colors with transparency
@JonasCoding wrote: colors with transparancy are not working in my ionic android app. while this works: background-color: #cb003a; this won’t work: background-color: #cb003aa4; It will just be a...
View ArticleRecord is not showing in page after redirect using Ionic 4
@samirpatnaik wrote: I am new to Ionic and trying to develop a Food Ordering Application using Ionic 3+ and Woocommerce API. I am able to fetch record from API. When I click on Side Menu Item Category...
View ArticleCORS Issue
@ewehrmann wrote: Hello. New to Ionic and created a basic app that grabs data from REST Api. I’ve read the CORS section in the Ionic Pro documentation which lead me to believe that CORS was not an...
View ArticleIonic App and Security
@BSADDIK wrote: Dears , Can anyone clarify how much ionic App is secured I read two posts in google but I feel like I need more details from you experts. i need to know what makes ionic App More...
View ArticleOptimize PWA for desktop browsers?
@JonasCoding wrote: So I have created my fist pwa with Ionic. Now I would like to add support for the desktop browsers. For example I’m using a tabbar in my pwa. I wan’t to exchange it with a Navbar...
View ArticleHow to change the color to the ion-datetime highlight?
@murilovf123 wrote: How to change the color to the ion-datetime highlight? Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 ionViewCanLeave functionality
@vorkapps wrote: Hi all, I’m writing my app in Ionic 4 (angular + capacitor) and I want to control and allow/forbid going “back” from a sub-page based on some criteria (both using the back “soft”...
View ArticleIonic app crashes on startup on android device/emulator
@akhouad wrote: I was building my Ionic app many times without any problem, last weekend, I changed one line in css and re-built the app, then it crashed, I removed the line I added on css and...
View ArticleError with opening external application via custom url scheme
@cloudteam wrote: We have a POS app we’ve written in Ionic that uses a bluetooth card reader (iOS only). This reader can be interfaced with by using the genius:// url scheme. I can build successfully...
View ArticleHow to iterrate json data
@stefantrninic wrote: Hi comunity i have JSON.data in this format. 0: {pos: “Pos”, name: “Club”, p: “P”, w: “W”, d: “D”, …} 32: {p: “0”, w: “0”, d: “0”, l: “0”, f: “0”, …} 35: {p: “0”, w: “0”, d: “0”,...
View ArticleError Build IOS
@CelsoBaia wrote: The following build commands failed: Check dependencies (1 failure) [15:44:30]: Exit status: 65 ±--------------±------------------------+ | Build environment |...
View ArticleBuild android --prod causing heap out of memory error
@obinnae wrote: Running the following code in Ionic 3 app … ionic cordova build android --prod --release causes the following “Allocation failed - JavaScript heap out of memory” error [16:47:09] copy...
View ArticleExcluding empty form from POST/PATCH requests
@ejcabquina wrote: Hi! I’ve been trying to do a work-around for editing user profiles through REST API PATCH requests and I’ve stumbled upon a issue. I’ve been trying to set-up a way on sending PATCH...
View ArticleFilter after finished typing
@vandiepbui wrote: Hi all, I want to the IF clause to execute only after I have finished typing in the search box. If the array this.list.length == 0, I will show Alert to ask for creating a new...
View ArticleWifi connecting
@shadab101 wrote: im using wifiwizard WifiWizard.connectNetwork(this.id, this.pass).then(data =>{console.log( data)}).catch(err => {console.log( err)}) getting error Error in Success callbackId:...
View ArticleUsing hotspot but wifi not connecting
@shadab101 wrote: im using hotspot native plugin wifi not connecting some devices //this.hotspot.connectToWifiAuthEncrypt(this.id, this.pass, “OPEN”, [“CCMP”, “TKIP”, “WEP40”, “WEP104”]).then(data...
View Article