exxbrain opened a new issue #841: Fragments support
URL: https://github.com/apache/cordova-android/issues/841
 
 
   # Feature Request
   
   ## Motivation Behind Feature
   Fragments support needed because at least one of native Android libraries 
uses Fragments to display a view. I mean 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 `CordovaActivity` 
from `android.app.Activity` to `android.support.v7.app.AppCompatActivity`/ 
`androidx.appcompat.app.AppCompatActivity`.
   
   ## Alternatives or Workarounds
   Now CordovaActivity should be replaced by hand that is not acceptable in 
most cases.
   
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to