question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Group Toolbar button not rendered on mobile device

See original GitHub issue

Receiving the console warning: theme.min.js:9 Ignoring the ‘selectdropdown’ toolbar button. Group toolbar buttons are only supported when using floating toolbar mode and cannot be nested.

The application is running in Chrome on an Android phone. The same application running in Chrome on a PC does produce the expected result.

My spec:

var spec = {
	selector: '#' + arr[i].id
	,toolbar_mode:'floating'
	,plugins: [ 'lists' ]
	,menubar: false
	,browser_spellcheck: true
	,contextmenu: false
	,inline:true
	,toolbar: [
		'bold italic underline | forecolor backcolor | removeformat selectdropdown',
		'undo redo | selectall | alignleft aligncenter alignright | numlist bullist'
	]
	,toolbar_groups: {
		selectdropdown: {
			icon: 'more-drawer',
			tooltip: 'Format',
			items: 'fontsizeselect formatselect'
		}
	}
	,block_formats: 'Normal=p; Header=h3;'
};

The image on the phone: image

The image on the PC: image

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
lostkeyscommented, Mar 30, 2022

@mateusfmello and everyone else, try add the following to your config and see if it solves the issue (it works on my device)

mobile: {
    toolbar_mode: 'floating'
},
2reactions
WilliamAdolphcommented, Dec 15, 2021

have you solve this problem?i also got this problem

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Toolbar Action Buttons not showing - Stack Overflow
I am using new toolbar component from AppCompat library. I am trying to show action buttons on my toolbar but they never show...
Read more >
.toolbar modifier positions button… | Apple Developer Forums
If the ToolbarItem wraps the button, they can be position in their expected positions and remain in place despite tapping either button. Now,...
Read more >
Present designs and prototypes – Figma Help Center
Copy the prototype link from the browser's address bar in presentation view. Or click Share in the toolbar, then Copy link. On your...
Read more >
Working with the AppBar - Android Developers
When using a fragment-owned app bar, we strongly recommended using the Toolbar APIs directly. Do not use setSupportActionBar() and the Fragment ...
Read more >
lightning-datatable - documentation - Salesforce Developers
lightning-datatable displays tabular data where each column renders the content based on the ... lightning-datatable is not supported on mobile devices.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found