toast-ui.vue-image-editor icon indicating copy to clipboard operation
toast-ui.vue-image-editor copied to clipboard

Documentation on achieving mobile UI with wrapper?

Open humblecoder opened this issue 6 years ago • 3 comments

Version

3.3.0

Development Environment

MacOS 10.14.1 (18B75) Chrome Version 70.0.3538.110 (Official Build) (64-bit)

Current Behavior

I see no reference to a "mobile" UI. Please provide insights into achieving a succinct mobile UI

Expected Behavior

Mobile-compatible UI

humblecoder avatar Dec 13 '18 04:12 humblecoder

@jungeun-cho Well, I'm using the wrapper on a mobile device (i.e. Cordova). Does the wrapper not include the CSS?

When I add new objects, they are tiiiiiiiiiiiiiny. And it doesn't matter whether I set my cornerSize: 5 or cornerSize: 500, they are still amazingly small and can't be grabbed.

humblecoder avatar Dec 14 '18 02:12 humblecoder

Css file for mobile are not supported. But there are examples. https://github.com/nhnent/tui.image-editor/blob/production/examples/css/service-mobile.css

jungeun-cho avatar Dec 14 '18 03:12 jungeun-cho