Skip to content

This class adds fixes the Chrome 55+ PointerEvents bug for sap.m.IconTabBar

Notifications You must be signed in to change notification settings

BarryDam/UI5-IconTabBar-Chrome55Fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

UI5-IconTabBar-Chrome55Fix

This class adds fixes the Chrome 55+ PointerEvents bug for sap.m.IconTabBar The newly introduced PointerEvents and touchevents aren't fired correctly

Use:

<mvc:View controllerName="nl.barrydam.Example" xmlns="sap.m" xmlns:bd="nl.barrydam.m">
	<Page>
		<content>
			<bd:IconTabFilter>
				<bd:items>
					<IconTabFilter text="test">
						<content>
						<!-- content etc -->
						</content>
					</IconTabFilter>
				</bd:items>
			</bd:IconTabFilter>
		</content>
	</Page>
</mvc:View>

About

This class adds fixes the Chrome 55+ PointerEvents bug for sap.m.IconTabBar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published