Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide navigation bar and footer on iOS #244

Open
cordeveloper opened this issue Dec 4, 2023 · 5 comments
Open

Hide navigation bar and footer on iOS #244

cordeveloper opened this issue Dec 4, 2023 · 5 comments
Labels
enhancement New feature or request ios
Milestone

Comments

@cordeveloper
Copy link

I am using the plugin to log in against azure b2c, I need that in IOS, in the window that opens from the internal browser, neither the upper nor the lower navigation bar is shown. This is the condition that Apple asks me to publish. Is there an option in the plugin that allows me to do this?

Description
Capacitor version:
Installed Dependencies:

@capacitor/cli: 4.8.0
@capacitor/android: 4.6.3
@capacitor/ios: 4.8.0
@capacitor/core: 4.7.0

Library version:
-4.02

OAuth Provider:
Azure AD (B2C)
Your Plugin Configuration
{
appId: "",
authorizationBaseUrl: , scope: "", accessTokenEndpoint: ,
responseType: "code",
pkceEnabled: true,
logsEnabled: true,
web: {
redirectUrl: ${REDIRECT_BASE},
windowOptions: "height=600,left=0,top=0",
windowTarget: "_self",
},
android: {
redirectUrl:
"",
/* accessTokenEndpoint: '',
handleResultOnNewIntent: true,
handleResultOnActivityResult: true,
responseType: 'code' */
handleResultOnNewIntent: true,
handleResultOnActivityResult: true,
},
ios: {
redirectUrl: "",
},
}

Affected Platform(s):
*IOS

@moberwasserlechner
Copy link
Collaborator

Is this issue the same as #243 or does Apple require you to change sth else for #243?

@cordeveloper
Copy link
Author

cordeveloper commented Dec 4, 2023 via email

@moberwasserlechner moberwasserlechner added this to the 5.1.0 milestone Dec 4, 2023
@moberwasserlechner moberwasserlechner added the enhancement New feature or request label Dec 4, 2023
@moberwasserlechner
Copy link
Collaborator

@cordeveloper I guess you wanted to release the first version of the app because I updated mine a week ago and had no issues getting it approved to the app store.

@cordeveloper
Copy link
Author

@moberwasserlechner I have been denied three times, for different reasons, from a bad user experience to saying that the SafariViewController api is not used... I login against Azure B2C and I think that if I manage to launch a browser without a user interface, surely They will validate me...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ios
Projects
None yet
Development

No branches or pull requests

2 participants