mesmotronic / cordova-plugin-fullscreen

Plugin for Cordova (PhoneGap) to enable Android's various full screen modes
BSD 3-Clause "New" or "Revised" License
167 stars 55 forks source link

override abstract method onWindowStartingActionMode #13

Closed jacksonp closed 8 years ago

jacksonp commented 8 years ago

Hi, I get the following error with this recent release: http://cordova.apache.org/announcements/2015/11/09/cordova-android-5.0.0.html

platforms/android/src/com/mesmotronic/plugins/FullScreenPlugin.java:360: error: <anonymous com.mesmotronic.plugins.FullScreenPlugin$6$3> is not abstract and does not override abstract method onWindowStartingActionMode(android.view.ActionMode.Callback,int) in android.view.Window.Callback

Maybe to do with the bump to API level 23?

neilrackett commented 8 years ago

Looks like there's a couple of new overloads added to the method list in API 23, should have a fix pushed shortly.

jacksonp commented 8 years ago

Thanks!