M@!
M@!
When you say "map type" are you referring to projection (i.e. mercator) or rendering type (i.e. satellite)?
The example code has a Label immediately inside the Slide. It may be using AbsoluteLayout, maybe not. Regardless, I have gotten textWrap working in my slides by putting a StackLayout...
I have a similar use case. The card visualization is based on the card number, which masks off the first 12 digits for existing payment methods. I'm going to try...
I didn't fork it, but this workaround is fine for my purposes (uses jquery): var cardClassMap = { '1': 'jp-card-visa', '2': 'jp-card-mastercard', '3': 'jp-card-amex', '4': 'jp-card-discover' } function setCardType(cardSel, cardTypeId)...