mirror of
				https://github.com/flynx/PortableMag.git
				synced 2025-10-30 19:40:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			451 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			451 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
| /**********************************************************************
 | |
| *
 | |
| *
 | |
| **********************************************************************/
 | |
| 
 | |
| // PhoneGap...
 | |
| if(navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry)/)){
 | |
| 	UPDATE_HASH_URL_POSITION = false
 | |
| 	FULL_HISTORY_ENABLED = false
 | |
| 	NAVIGATE_RELATIVE_TO_VISIBLE = true
 | |
| }
 | |
| 
 | |
| 
 | |
| /*********************************************************************/
 | |
| // vim:set ts=4 sw=4 :
 |