Fatality on iPhone 7
Closed this issue · 1 comments
Hello,
I am using v0.7.0
applying the following lines below:
//spacing:2
V:|~[box]~|
H:|-(20)-[box(170)]~|
V:[box:-[r0(40)][r1(r0)][r2(r0)][r3(r0)][r4(r0)]-[r5(r0)][r6(70)]-[r7(r0)][r8(r6)]-]
H:[r1:-[x0]-[y0(x0)]-]
H:[r2:-[x1]-[y1(x1)]-]
H:[r3:-[x2]-[y2(x2)]-]
H:[r4:-[x3]-[y3(x3)]-]
H:[r6:[A][B(A)]]
H:[r8:[C][D(C)]]
on this editor :
https://rawgit.com/IjzerenHein/visualformat-editor/master/dist/index.html?vfl=example
so that is pretty fine, until I try it on iphone7 and my heart gets broken into little tiny pieces 💔
I tried many variances but it always threw these errors on iPhone7
- Undefined is not an object (evaluating 'a.isResricted')
- Undefined is not an object (evaluating 'a.hashCode' )
- #21 (same issue same workaround so no problem)
So it could be either me writing it the wrong way or there is a bug in the library. or bitter truth both of us which is most likely to be happening.
Also, my vfl could be messed up, it will be much appreciated if you could tell me a better way of writing it as am not so vfl savvy
Thank you in advance,
keep the good work up 👍
Hi, thanks for letting me know of the problem. I'll get back to you later when I have more time on my hands. As for the hashcode
problem, please take a look at my last message in this thread #22
cheers