Trying makepad on ipad OS now w external keyboard. looks pretty great EXCEPT safari doesn't fire 'wheel' messages so i can't make scrolling work. Not sure how to possibly work around that one.
Conversation
As usual web tech is 'almost' but not entirely working, so its entirely noncompetitive with native.
1
1
Replying to
One approach used to simulate system-native scrolling in iOS OpenGL apps is to put an empty scroll view on top of the GL context and capture the scroll events it emits. I wonder if that would work here.
Replying to
yea i was thinking about that. Lets see if i can do such horrible things.
1
1
That actually seems it might be a workable solution.
1
1

