You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/09 19:58:02 UTC

[GitHub] [cordova-android] exxbrain opened a new issue #841: android.support.v4.app.Fragment/androidx.app.Fragment support

exxbrain opened a new issue #841: android.support.v4.app.Fragment/androidx.app.Fragment support
URL: https://github.com/apache/cordova-android/issues/841
 
 
   # Feature Request
   
   ## Motivation Behind Feature
   android.support.v4.app.Fragment/androidx.app.Fragment support needed because at least one of native Android libraries use support Fragments to display a view. androidx.app.Fragment needed in androidx.biometric for example. I think it will be convenient in cases of another plugins as well.
   
   ## Feature Description
   It probably will be enough to change the base class of the `CordovaActivity` from `android.app.Activity` to `android.support.v7.app.AppCompatActivity`/ `androidx.appcompat.app.AppCompatActivity`.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org