We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
config.xml fájlban ami nem szükséges az alábbiak közül, azokat kiszedni:
<feature name="http://api.phonegap.com/1.0/camera"/> <feature name="http://api.phonegap.com/1.0/contacts"/> <feature name="http://api.phonegap.com/1.0/file"/> <feature name="http://api.phonegap.com/1.0/geolocation"/> <feature name="http://api.phonegap.com/1.0/media"/> <feature name="http://api.phonegap.com/1.0/network"/> <feature name="http://api.phonegap.com/1.0/notification"/>
Találtam még a config beállításokhoz pár dolgot, amik talán használhatóak: Project settings
<preference name="permissions" value="none" /> <preference name="orientation" value="default" /> <preference name="target-device" value="universal" /> <preference name="fullscreen" value="false" /> <preference name="webviewbounce" value="true" /> <preference name="prerendered-icon" value="true" /> <preference name="stay-in-webview" value="false" /> <preference name="ios-statusbarstyle" value="black-opaque" /> <preference name="detect-data-types" value="true" /> <preference name="exit-on-suspend" value="false" /> <preference name="show-splash-screen-spinner" value="true" /> <preference name="auto-hide-splash-screen" value="true" /> <preference name="disable-cursor" value="false" /> <preference name="android-minSdkVersion" value="7" /> <preference name="android-installLocation" value="auto" />
The text was updated successfully, but these errors were encountered:
Most olvastam, hogy a PhoneGap alapértelmezetten mindenhez ad hozzáférést Ez a sor kell bele:
<preference name="permissions" value="none" />
Sorry, something went wrong.
Itt van minden configurálási lehetőség: PhoneGap doc
balazsnemeth
No branches or pull requests
Túl sok hozzáférése van az alkalmazásnak.
config.xml fájlban ami nem szükséges az alábbiak közül, azokat kiszedni:
Találtam még a config beállításokhoz pár dolgot, amik talán használhatóak: Project settings
The text was updated successfully, but these errors were encountered: