Wojtek Ryrych
Wojtek Ryrych
When I compile `ConfigurableFirmata` I get this error: ``` Arduino/libraries/ConfigurableFirmata/src/utility/Boards.h:828:2: error: #error "Please edit Boards.h with a hardware abstraction for this board" #error "Please edit Boards.h with a hardware abstraction...
Hi, I changed the line to: ``` #if defined(__AVR_ATmega168__) || defined(__AVR_ATmega328P__) || defined(__AVR_ATmega328__) || defined(ARDUINO_jolly) ``` `ARDUINO_jolly` is taken from compilling `WiFiRestServer.ino`: `-DARDUINO=10607 -DARDUINO_jolly -DARDUINO_ARCH_AVR -Djolly` When `#define ENABLE_WIFI` is...
@lastobelus thanks!
@jfelchner hi, any update on this?
Thank you very much for your bug report. It is rather not iPad but Safari browser for iPad issue. As far as I know, for mobile devices like iPad there...
OK. I browsed jQuery mobile page (http://jquerymobile.com/) and it is now in beta. It seems that I would have to adapt rlightbox to this new library because it uses other...
Currently I don’t have an access to iPad so I cannot try it out. But as I said before, ‘desktop’ jQuery is not adapted for mobile devices like tablets, smartphones....
OK. Finally I can cofirm this issue on an Ipad.
Actually there is one theme with the bundle and you can downloads others and use it just linking to them. Please read about themes in the documentation. The minimum version...
It was not ‘position: fixed’ but ‘overflow: hidden’ on BODY which caused the problem. (BTW it also fixed another issue). Now I have lightbox centered on my ipad.