[SOLVED] Â Google maps integration |
1/25/2018 7:59:19 AM |
PHPRunner General questions | |
Y
YCH author
I am using PHPrunner 9.8 build 29725 x64 |
|
Y
|
YCH author 1/25/2018 |
https://stackoverflow.com/questions/37991340/error-google-maps-api-error-missingkeymaperror
|
![]() |
HJB 1/25/2018 |
"responsive" refers to the pixel resolution the appliance is facing at the end of the gadget. Usually, I mean, before the newer smartphones and tablets with 1920 x 1080 resoltuion had been flooding the market, the main non-bootstrapped option to go was: |
Y
|
YCH author 1/25/2018 |
"responsive" refers to the pixel resolution the appliance is facing at the end of the gadget. Usually, I mean, before the newer smartphones and tablets with 1920 x 1080 resoltuion had been flooding the market, the main non-bootstrapped option to go was: https://xlinesoft.co...le_template.htm to cover whatsoever non-1080p displays of smartphones and else (lower than 1920 x 1080) pixels. What I would like to say is this: If your map ends up on a 1920 x 1080 display (e.g. smartphone) it should work fine like that. If lower pixel resolution would be ON, you would need to make a compromise in map size between PC monitor and else by sizing the map that way, it's not too small for the big display and not to big for the smaller displays with lower resolutions. Or you run a MIX of bootstrapped and non-bootstrapped as mentioned above, informing the user by a linked button to choose from. https://xlinesoft.co...oose_fields.htm Finally, as another option to go, please check whether to can out the map into landscape mode, informing the user by small text message accordingly on how to view the map.
|
Y
|
YCH author 1/25/2018 |
Got it working now. mymapeventname_map {height: 0; } |
D
|
DealerModulesDevClub member 1/25/2018 |
Got it working now. Added this to custom CSS : mymapeventname_map {height: 0;
|