Jovanni Lo
Jovanni Lo
@toopay probably time to include a `destroy` method to the plugin
No you can't, the `.md-header.btn-toolbar` needs to come after the `textarea.md-input` if you want the placement at the bottom. This needs js implementation. @toopay I can send a PR if...
doing it via js is much less complicated. But if we do it in css, you need to consider the fullscreen styles, borders, etc. maybe adding an extension to the...
Can you setup a preview page where we can see it live?
what server side script you are using? PHP or something? how did you put the text in the textarea? via JSON?
nope sorry. I think we can tweak the plugin to support this.. this is just a matter of applying events and caret position calculation same with `input`/`textarea` elements but I...
Check [this out](http://ichord.github.io/Caret.js/)
this is too much for this simple plugin, closing this
`expo-camera` does this by exposing an `additionalExif` option when taking photo like this: ```js const { coords, timestamp } = location const picture = await cameraRef.current.takePictureAsync({ exif: true, additionalExif: {...
@mrousavy been using `expo-camera` but we came to a point where we need to switch to this package for performance and other needs. I've created a native Exif reader/writer to...