**in Iphone or Android Celullar display The Eddie’s Electronic Xojo Web **
demo app is not suported for browser windows this small
this did not happen with the previous version
**in Iphone or Android Celullar display The Eddie’s Electronic Xojo Web **
demo app is not suported for browser windows this small
this did not happen with the previous version
The mobile version of the Eddie’s Electronics Example project is still in the works, so it’s normal that the Desktop layout doesn’t fit that well on the small mobile devices screen.
It has now been updated to support mobile browser sizes.
where can we download eddies?
The download itself is not yet available. We will post a message on the forum once it is.
Hello Mr. Perlman,
several users here in the forum have already asked for the EE demo webapp (desktop e mobile).
the reasons are obvious and relevant.
the fact that it is still unavailable is really frustrating.
thank you in advance if you will solve it as soon as possible.
There are some critical bugs with WebUIControl location and sizing, which gave me great trouble trying to make a responsive design for mobile, I wonder if Xojo is having those same issues? Hopefully being worked on for a future version of Xojo.
Edit: I posted these before, but the thread got hijacked by people arguing about Android…
Some examples of the bugs:
61536 - WebUIControl: Changing location is undone by visibility or contents change
61544 - WebUIControl.WebStyle.value("width") changes wrong div
These two bugs in conjunction are killer, as they basically prevent me from writing a Responsive design WebPage: size/location changes to controls are lost if you update the control’s content, and you can’t work around these by direct CSS manipulation either.