Is it possible to keep the image resolution when uploading? I have tried this but it doesn't work
B4X:
SMM.Initialize
ExtraMediaManager = CreateMap( SMM.REQUEST_BACKGROUND: xui.Color_Transparent, _
SMM.REQUEST_ZOOMIMAGEVIEW: True, _
SMM.REQUEST_FADE_ANIMATION_DURATION: 0, _
SMM.REQUEST_RESIZE_MODE: False)
SMM.SetMediaFromFile(pnlImage, FolderImage, NameFile, "image/*", ExtraMediaManager)