HydraFramework / Hydra

Hydra
0 stars 0 forks source link

android 框架中camera.takePhoto 中allowsCrop不起作用 #62

Open hp-longzhili opened 10 years ago

hp-longzhili commented 10 years ago

调用相机拍照时,如果按如下设置拍照后,点击确定后为裁剪状态。而目的并不需要为裁剪状态且allowsCrop为false camera.takePhoto({ allowsCrop=false, allowsEditing = true

samchangme commented 10 years ago

allowsEditing 是 iOS特有的属性,android好像读取错了参数,应该用allowsCrop

From: hp-longzl notifications@github.com<mailto:notifications@github.com> Reply-To: HydraFramework/Hydra reply@reply.github.com<mailto:reply@reply.github.com> Date: 2014年7月17日 星期四 下午2:39 To: HydraFramework/Hydra Hydra@noreply.github.com<mailto:Hydra@noreply.github.com> Subject: [Hydra] android 框架中camera.takePhoto 中allowsCrop不起作用 (#62)

调用相机拍照时,如果按如下设置拍照后,点击确定后为裁剪状态。而目的并不需要为裁剪状态且allowsCrop为false camera.takePhoto({ allowsCrop=false, allowsEditing = true

— Reply to this email directly or view it on GitHubhttps://github.com/HydraFramework/Hydra/issues/62.

hp-longzhili commented 10 years ago

应该是android框架的一个bug,他使用了ios的这个属性。我是反馈给android框架人员的。

发件人: hp-sam [mailto:notifications@github.com] 发送时间: 2014年7月17日 16:31 收件人: HydraFramework/Hydra 抄送: Laz Long 主题: Re: [Hydra] android 框架中camera.takePhoto 中allowsCrop不起作用 (#62)

allowsEditing 是 iOS特有的属性,android好像读取错了参数,应该用allowsCrop

From: hp-longzl notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com>> Reply-To: HydraFramework/Hydra reply@reply.github.com<mailto:reply@reply.github.com<mailto:reply@reply.github.com%3cmailto:reply@reply.github.com>> Date: 2014年7月17日 星期四 下午2:39 To: HydraFramework/Hydra Hydra@noreply.github.com<mailto:Hydra@noreply.github.com<mailto:Hydra@noreply.github.com%3cmailto:Hydra@noreply.github.com>> Subject: [Hydra] android 框架中camera.takePhoto 中allowsCrop不起作用 (#62)

调用相机拍照时,如果按如下设置拍照后,点击确定后为裁剪状态。而目的并不需要为裁剪状态且allowsCrop为false camera.takePhoto({ allowsCrop=false, allowsEditing = true

— Reply to this email directly or view it on GitHubhttps://github.com/HydraFramework/Hydra/issues/62.

— Reply to this email directly or view it on GitHubhttps://github.com/HydraFramework/Hydra/issues/62#issuecomment-49272707.