python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Ionic modal doesn't take class in global.scss
I have modal in Ionic, it works perfect, but I can't style it, it always shows full screen on mobile. I will appreciate if you can guide me to customize it. Thanks!
ts:
const modal = await th...
Guillermo Rodriguez
Votes: 0
Answers: 1
Redirect URL not working in IONIC app from google drive and dropbox
Able to login into google account but after that instead of redirect to the google drive files it is showing loader and in dropbox able to login and see the files in dropbox but when I am choosing the...
Pravesh Bansal
Votes: 0
Answers: 0
Parameter routing and condition dont work on production mode
I have a simple routing like this:
import { NgModule } from '@angular/core';
import { PreloadAllModules, RouterModule, Routes } from '@angular/router';
const routes: Routes = [
{
path: 'scenario'...
Jesus
Votes: 0
Answers: 1
Infinite request after login
I have a site where I want to login programmatically in a scenario sending credentials to API(endpoint). So the app is working well if I log in manually.
Now I have a condition, if it's true, just do ...
Jesus
Votes: 0
Answers: 1