简体   繁体   中英

Phonegap/Cordova how to remove floating action button on Android?

I am running Phonegap on Android 5.1.1 device and it has this Floating Action button sitting in the corner. How would i remove it??

I have not seen other threads about this for Cordova. Would i remove it from the config.xml??

将 android 目标 SDK 设置为版本 22

 <preference name="android-targetSdkVersion" value="22" />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM