Software Archive
Read-only legacy content
17060 Discussions

Done and Cancel buttons

Braglin__Fabio
Beginner
413 Views

Dear,

Could anyone tell me how to remove these two buttons?

done close.png

Those buttons are just appear in some Motorola Devices, like Moto G.

Tks!

0 Kudos
5 Replies
Michael_O_2
New Contributor I
413 Views

Can I see your code?

You can also send a PM if you don't want to paste it here.

0 Kudos
Elroy_A_Intel
Employee
413 Views

Can you provide sample code?

0 Kudos
Braglin__Fabio
Beginner
413 Views

Dear colleagues,

Sorry, I'm on vacation trip last weeks...

Could you refer to the bellow code:

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
	       <title>Blank App Designer Cordova Web App Project Template</title>
		<meta http-equiv="Content-type" content="text/html; charset=utf-8">
		<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=2, minimum-scale=0.5, width=device-width, height=device-height, target-densitydpi=device-dpi" />
		<script src="cordova.js" id="xdkJScordova_"></script>
		<script src="js/app.js"></script>
		<script src="js/init-app.js"></script>
		<script src="xdk/init-dev.js"></script>
		<script type="application/javascript" src="app_framework/2.1/appframework.js"></script>
		<script type="application/javascript" src="app_framework/2.1/appframework.ui.js" data-ver="1"></script>
		<script type="application/javascript" src="js/index_user_scripts.js"></script>
		<script type="application/javascript" src="app_framework/pageChangeRepeater.js"></script>
		<script type="application/javascript" src="js/modernizr-1.7.min.js"></script>
		<script type="application/javascript" src="js/jquery.min.js"></script>
		<script type="application/javascript" src="js/jquery-confirm.js"></script>
	</head>
	<body id="afui" onload="Start()">
	         <div>
		         <div class="inicio" onclick="Start()" align="center"></div>
		         <div class="sair" onclick="Sair()" align="center"></div>
		         <div class="setup" onclick="Setup()" align="center"></div>
	        </div>
	</body>
</html>

 

If you need more information, feel free to ask me!

0 Kudos
PaulF_IntelCorp
Employee
413 Views

What happens if you build with Crosswalk? My guess is there's something odd in the native webview of those Motorola devices.

0 Kudos
Braglin__Fabio
Beginner
413 Views

Paul F. (Intel) wrote:

What happens if you build with Crosswalk? My guess is there's something odd in the native webview of those Motorola devices.

Hi Paul, no... I didn't checked the Crosswalk, I will try it later, but at Intel XDK Emulator (Windows) the same two buttons are show, when select Nexus models.

0 Kudos
Reply