python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
when click back button, the app crashs after a seceond
I have customized back button. when I click on it, the application crashes after a second.
here is the code:
error log
private var mBackPressed: Long = 0
private val timeInterval = 2000
...
Reza
Votes: 0
Answers: 2
this.platform.backButton.subscribeWithPriority not called ionic 5
subscribeWithPriority is not called using Ionic 5.
This is my app.component.ts function:
initializeApp() {
this.platform.ready().then(() => {
this.statusBar.styleDefault();
this.spl...
Nomura Nori
Votes: 0
Answers: 0
Nextjs, when clicking back, url update but not the content
I'm trying to figure out why when I click to the browser's back button or setting myself a button with a router.back, the url is updating but not the content?
When I refresh the page, the content is u...
Rom-888
Votes: 0
Answers: 1
Telegraf.js custom keyboard how to make a Back button?
I don't know how to return to the previous menu by clicking to Back button.
bot.command('course', ctx => {
ctx.replyWithHTML('<b>Courses</b>', Markup.keyboard(
[
...
Hamroev Sodikjon
Votes: 0
Answers: 1