Decided to π ββοΈ DITCH the rich text editor library that I use and BUILD ONE MYSELF π± All the rich text editor libraries I've tried are really limiting. I feel like doing it myself will mean I can make it better faster!! I've got some cool ideas in store.
Hahaha my code is definitely not that neat π But it's actually a lot easier than you'd expect β check this out https://code.tutsplus.com/tutorials/create-a-wysiwyg-editor-with-the-contenteditable-attribute--cms-25657
Made the app fill the whole screen (no ugly white lines at the top or bottom any more! π) and adjusted positioning accordingly, I'm starting to get relatively happy with the mobile design now. Next it's time to do the interactions!
Added dot navigation to the bottom on mobile so you can easily move between columns π (so you don't have to scroll a ton if you want to get from column 1 to column 5)
FINALLY GOT OAUTH WORKING FOR IPHONE APP!!! It was quite complicated because Google doesn't let you do OAuth from inside a WebView, you have to make them do it in Safari