Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mobile Website

Problems Using Extensions In Tel: Hyperlinks On Android 4

We have a mobile web site with some phone number links, like this: href='tel:12345678,123' … Read more Problems Using Extensions In Tel: Hyperlinks On Android 4

Mobile Website Font Sizing And Wrapping

I have a simple static website with a couple lines of text in it. It will be accessed only from mob… Read more Mobile Website Font Sizing And Wrapping

Remove Image Link In Mobile Screen

I have a clickable image on my desktop website theme which showed on mobile screens. I’ve managed t… Read more Remove Image Link In Mobile Screen

Facebook Url Schemes On A Mobile Website, Open App If Its Installed, Otherwise Go To The Webpage

I am creating a hybrid desktop/mobile website that all share the same pages, aka I do not have two … Read more Facebook Url Schemes On A Mobile Website, Open App If Its Installed, Otherwise Go To The Webpage

Strange Click Event Bubble On Iphone Safari That It Stop Before Bubbling To Document.body

I have bind a click event as document.body.onclick = function(){alert('aaa')}; It do good b… Read more Strange Click Event Bubble On Iphone Safari That It Stop Before Bubbling To Document.body